diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index fdd5ac2..f376195 100644 --- a/src/common.h +++ b/src/common.h @@ -50,6 +50,7 @@ struct stat getStat(const char* path); bool isFile(const char*); bool isDir(const char*); -void makeDir(const char* path); +int makeDir(const char* path); +int removeDir(const char *path); #endif |