summaryrefslogtreecommitdiffstats
path: root/include/libfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libfile.h')
-rw-r--r--include/libfile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libfile.h b/include/libfile.h
index 51fa06008f..3f81718bbd 100644
--- a/include/libfile.h
+++ b/include/libfile.h
@@ -21,4 +21,7 @@ int compare_file(const char *f1, const char *f2);
int open_and_lseek(const char *filename, int mode, loff_t pos);
+/* Create a directory and its parents */
+int make_directory(const char *pathname);
+
#endif /* __LIBFILE_H */