summaryrefslogtreecommitdiffstats
path: root/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream.h')
-rw-r--r--stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream.h b/stream.h
index 30b06a85..16829c58 100644
--- a/stream.h
+++ b/stream.h
@@ -113,5 +113,6 @@ val mknod_wrap(val path, val mode, val dev);
val symlink_wrap(val target, val to);
val link_wrap(val target, val to);
val readlink_wrap(val path);
+val abs_path_p(val path);
void stream_init(void);