diff options
Diffstat (limited to 'pasta.h')
| -rw-r--r-- | pasta.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -12,8 +12,7 @@ extern int pasta_child_pid; void pasta_open_ns(struct ctx *c, const char *netns); -void pasta_start_ns(struct ctx *c, uid_t uid, gid_t gid, bool config_idmaps, - int argc, char *argv[]); +void pasta_start_ns(struct ctx *c, int argc, char *argv[]); void pasta_ns_conf(struct ctx *c); void pasta_child_handler(int signal); void pasta_netns_quit_init(const struct ctx *c); |
