diff options
Diffstat (limited to 'stream.h')
-rw-r--r-- | stream.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |