aboutsummaryrefslogtreecommitdiff
path: root/include/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/base.h')
-rw-r--r--include/base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/base.h b/include/base.h
index 822cc09..3e544e5 100644
--- a/include/base.h
+++ b/include/base.h
@@ -159,6 +159,7 @@ long io·tell(io·Stream *s);
/* basic os helpers */
int os·exists(byte *path, int flag);
+byte *os·dirname(byte *path);
byte *os·basename(byte *path);
int os·sep(void);