From b2a3f4f62375f2571725075c2622b8bf4e555b80 Mon Sep 17 00:00:00 2001 From: Tharre Date: Thu, 14 Aug 2014 18:19:15 +0200 Subject: Make redo actually create the directories it needs --- src/filepath.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/filepath.h') 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 -- cgit v1.2.3-70-g09d2