summaryrefslogtreecommitdiffstats
path: root/usr/utils/file_mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/utils/file_mode.h')
-rw-r--r--usr/utils/file_mode.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/utils/file_mode.h b/usr/utils/file_mode.h
new file mode 100644
index 0000000..364f603
--- /dev/null
+++ b/usr/utils/file_mode.h
@@ -0,0 +1,6 @@
+#ifndef UTILS_FILE_MODE_H
+#define UTILS_FILE_MODE_H
+
+mode_t parse_file_mode(char *arg, mode_t mode, mode_t sumask);
+
+#endif /* UTILS_FILE_MODE_H */