From 8002952a4e49ed0a38779727783e1eb273e536ff Mon Sep 17 00:00:00 2001 From: lns Date: Sun, 29 Apr 2018 18:48:51 +0200 Subject: POTD sekeleton #38. Signed-off-by: lns --- src/utils.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/utils.h') 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 -- cgit v1.2.3