diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-05-02 20:59:34 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-05-02 20:59:34 +0200 |
commit | 4f66937b2bfadfa54aa099ea9bbb9f2f0dc2416f (patch) | |
tree | c8512ec9d9bd91c3171248f65d619e2e6014c006 /src/utils.h | |
parent | e6d9e7073ea1e23a3b22440fa69ce92691ca328d (diff) |
POTD skeleton #41.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index ce679e4..fb6f28c 100644 --- a/src/utils.h +++ b/src/utils.h @@ -32,6 +32,8 @@ int mount_dev(const char *mount_path); int mount_pts(const char *mount_path); +int mount_proc(const char *mount_path); + int create_device_file_checked(const char *mount_path, const char *device_file, mode_t mode, int add_mode, dev_t dev); |