summaryrefslogtreecommitdiffstats
path: root/include/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h
new file mode 100644
index 0000000..8cbadb1
--- /dev/null
+++ b/include/util.h
@@ -0,0 +1,6 @@
+#ifndef GEMINI_UTIL_H
+#define GEMINI_UTIL_H
+
+int mkdirs(char *path, mode_t mode);
+
+#endif