diff options
author | lns <matzeton@googlemail.com> | 2018-04-29 18:48:51 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2018-04-29 18:48:51 +0200 |
commit | 8002952a4e49ed0a38779727783e1eb273e536ff (patch) | |
tree | 48d49601253aac2c6e07715765fe6edd85f27ee0 /src/utils.h | |
parent | a4fc4120d474ee277e3f24c8c7ea5929b489d477 (diff) |
POTD sekeleton #38.
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index b9ed7ab..ce679e4 100644 --- a/src/utils.h +++ b/src/utils.h @@ -32,6 +32,9 @@ int mount_dev(const char *mount_path); int mount_pts(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); + int create_device_files(const char *mount_path); #endif |