aboutsummaryrefslogtreecommitdiff
path: root/src/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs.h')
-rw-r--r--src/fs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fs.h b/src/fs.h
index 26cdd8b..109f5ed 100644
--- a/src/fs.h
+++ b/src/fs.h
@@ -14,6 +14,11 @@ extern "C" {
int isFile(const char*);
int isDir(const char*);
+int isRelativePath(const char*);
+int leavesRelativePath(const char*);
+
+char* normalizeUnixPath(char* path);
+
int makeDir(const char*);
int removeDir(const char*);