summaryrefslogtreecommitdiff
path: root/src/mkdirp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mkdirp.h')
-rw-r--r--src/mkdirp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mkdirp.h b/src/mkdirp.h
new file mode 100644
index 0000000..52cba9c
--- /dev/null
+++ b/src/mkdirp.h
@@ -0,0 +1,8 @@
+#ifndef MKDIRP_H
+#define MKDIRP_H
+
+#include <stdbool.h>
+
+bool mkdirp(const char *path);
+
+#endif /* MKDIRP_H */