From a4fc4120d474ee277e3f24c8c7ea5929b489d477 Mon Sep 17 00:00:00 2001 From: lns Date: Sun, 29 Apr 2018 11:32:58 +0200 Subject: POTD skeleton #37. Signed-off-by: lns --- src/utils.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/utils.h') 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 -- cgit v1.2.3