aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2018-04-29 11:32:58 +0200
committerlns <matzeton@googlemail.com>2018-04-29 11:32:58 +0200
commita4fc4120d474ee277e3f24c8c7ea5929b489d477 (patch)
treed0f78b0f0e9000092ce2621b5963a18f1c448ebc /src/utils.h
parentb38788d83796f12e6bb060b11ab7b843c4340c99 (diff)
POTD skeleton #37.
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h6
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