aboutsummaryrefslogtreecommitdiff
path: root/include/base/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/base/fs.h')
-rw-r--r--include/base/fs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/base/fs.h b/include/base/fs.h
index bb7ffdc..b2d61c3 100644
--- a/include/base/fs.h
+++ b/include/base/fs.h
@@ -27,3 +27,7 @@ struct fs·Walker
int fs·init(fs·Walker *, char *path);
void fs·fini(fs·Walker *);
void fs·walk(fs·Walker *);
+
+int fs·exists(byte *path, int flag);
+byte *fs·dirname(byte *path);
+byte *fs·basename(byte *path);