summaryrefslogtreecommitdiffstats
path: root/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream.h')
-rw-r--r--stream.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/stream.h b/stream.h
index 2887b305..bc83122c 100644
--- a/stream.h
+++ b/stream.h
@@ -240,5 +240,7 @@ val base_name(val path);
val dir_name(val path);
val path_cat(val dir_name, val base_name);
val make_byte_input_stream(val obj);
-
+val iobuf_get(void);
+void iobuf_put(val buf);
+void iobuf_list_empty(void);
void stream_init(void);