diff options
Diffstat (limited to 'pasta.h')
| -rw-r--r-- | pasta.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,12 +6,13 @@ #ifndef PASTA_H #define PASTA_H +#include <stdbool.h> #include <unistd.h> 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, +void pasta_start_ns(struct ctx *c, uid_t uid, gid_t gid, bool config_idmaps, int argc, char *argv[]); void pasta_ns_conf(struct ctx *c); void pasta_child_handler(int signal); |
