diff options
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index f9c9e8b..b9ed7ab 100644 --- a/src/utils.h +++ b/src/utils.h @@ -24,8 +24,14 @@ int safe_chroot(const char *newroot); int dir_is_mountpoint(const char *path); +void chk_chroot(void); + +void mount_root(void); + int mount_dev(const char *mount_path); int mount_pts(const char *mount_path); +int create_device_files(const char *mount_path); + #endif |