aboutsummaryrefslogtreecommitdiffstats
path: root/src/filepath.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/filepath.h')
-rw-r--r--src/filepath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filepath.h b/src/filepath.h
index fd80768..3eb68ba 100644
--- a/src/filepath.h
+++ b/src/filepath.h
@@ -19,6 +19,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);
+extern bool mkdirp(const char *dir);
#endif