aboutsummaryrefslogtreecommitdiffstats
path: root/src/filepath.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/filepath.h')
-rw-r--r--src/filepath.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filepath.h b/src/filepath.h
index 91f4623..f7d6da9 100644
--- a/src/filepath.h
+++ b/src/filepath.h
@@ -11,5 +11,6 @@ extern char *transform_path(const char *target);
extern char *xbasename(const char *path);
extern bool fexists(const char *target);
extern off_t fsize(const char *fn);
+extern void mkdirp(const char *dir);
#endif