summaryrefslogtreecommitdiffstats
path: root/include/util.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-09-23 10:30:51 -0400
committerDrew DeVault <sir@cmpwn.com>2020-09-23 10:40:14 -0400
commitccae8ffd2807b8b984b657b6321802fa00b52427 (patch)
tree4869bbfc4de1d94e5b28b2835a2e18519e12c57c /include/util.h
parent61b84a77c09959bfe4d2cfa50d1fb4578cb5fc08 (diff)
downloadgmnisrv-ccae8ffd2807b8b984b657b6321802fa00b52427.tar.gz
gmnisrv-ccae8ffd2807b8b984b657b6321802fa00b52427.tar.xz
gmnisrv-ccae8ffd2807b8b984b657b6321802fa00b52427.zip
Vendor in some support code
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