aboutgitcodebugslistschat
path: root/isolation.h
diff options
context:
space:
mode:
Diffstat (limited to 'isolation.h')
-rw-r--r--isolation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/isolation.h b/isolation.h
index 0576168..66b6968 100644
--- a/isolation.h
+++ b/isolation.h
@@ -11,8 +11,8 @@
#include <unistd.h>
void isolate_initial(int argc, char **argv);
-void isolate_user(uid_t uid, gid_t gid, bool use_userns, const char *userns,
- enum passt_modes mode);
+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);
void isolate_postfork(const struct ctx *c);