diff options
author | Tharre <tharre3@gmail.com> | 2014-11-11 13:45:14 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2014-11-11 14:03:32 +0100 |
commit | 56f3fa373a76842275b199c9ce14fd8e626bd909 (patch) | |
tree | 3ef552a3041afe97686532a8bec492e2c786505d /src/filepath.h | |
parent | a07239b0d220fb04dadd6422fd75defa13ee50b9 (diff) | |
download | redo-56f3fa373a76842275b199c9ce14fd8e626bd909.tar.gz redo-56f3fa373a76842275b199c9ce14fd8e626bd909.tar.xz redo-56f3fa373a76842275b199c9ce14fd8e626bd909.zip |
Some refactoring and small fixes.
Diffstat (limited to 'src/filepath.h')
-rw-r--r-- | src/filepath.h | 2 |
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 |