diff options
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index 8e7adc9..f72255b 100644 --- a/src/utils.h +++ b/src/utils.h @@ -46,6 +46,10 @@ int mount_pts(const char *mount_path); int mount_proc(const char *mount_path); +int setup_network_namespace(const char *name); + +int switch_network_namespace(const char *name); + int create_device_file_checked(const char *mount_path, const char *device_file, mode_t mode, int add_mode, dev_t dev); |