summaryrefslogtreecommitdiffstats
path: root/lib/permstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/permstring.h')
-rw-r--r--lib/permstring.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/permstring.h b/lib/permstring.h
new file mode 100644
index 0000000..b996f2a
--- /dev/null
+++ b/lib/permstring.h
@@ -0,0 +1,3 @@
+#define PERMSTRING_SIZE 11
+
+void permstring(char *perms, mode_t mode);