diff options
Diffstat (limited to 'isolation.h')
| -rw-r--r-- | isolation.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/isolation.h b/isolation.h index 66b6968..e1b1bc5 100644 --- a/isolation.h +++ b/isolation.h @@ -10,7 +10,8 @@ #include <stdbool.h> #include <unistd.h> -void isolate_initial(int argc, char **argv); +void isolate_initial(void); +void isolate_fds(int argc, char **argv); void isolate_user(const struct ctx *c, uid_t uid, gid_t gid, bool use_userns, const char *userns); int isolate_prefork(const struct ctx *c); |
