diff options
author | Tharre <tharre3@gmail.com> | 2014-08-14 18:19:15 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2014-08-14 18:19:15 +0200 |
commit | b2a3f4f62375f2571725075c2622b8bf4e555b80 (patch) | |
tree | 6e303c2b3a658c800610b5b41707bbf50fc62cd6 /src/filepath.h | |
parent | c5367b4f3a706fd3c638fb8ae260f88970c0a741 (diff) | |
download | redo-b2a3f4f62375f2571725075c2622b8bf4e555b80.tar.gz redo-b2a3f4f62375f2571725075c2622b8bf4e555b80.tar.xz redo-b2a3f4f62375f2571725075c2622b8bf4e555b80.zip |
Make redo actually create the directories it needs
Diffstat (limited to 'src/filepath.h')
-rw-r--r-- | src/filepath.h | 1 |
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 |