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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/base/fs.h b/include/base/fs.h
index dc6ef9e..0c77f3a 100644
--- a/include/base/fs.h
+++ b/include/base/fs.h
@@ -36,6 +36,6 @@ void fs·fini(fs·Walker *);
void fs·walk(fs·Walker *);
/* small utilities */
-int fs·exists(byte *path, int flag);
+int fs·access(byte *path, int flag);
byte *fs·dirname(byte *path);
byte *fs·basename(byte *path);