diff options
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 |