summaryrefslogtreecommitdiffstats
path: root/buf.h
diff options
context:
space:
mode:
Diffstat (limited to 'buf.h')
-rw-r--r--buf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/buf.h b/buf.h
index f3ab4a7b..28978472 100644
--- a/buf.h
+++ b/buf.h
@@ -102,4 +102,7 @@ val buf_get_cptr(val buf, val pos);
val buf_print(val buf, val stream);
val buf_pprint(val buf, val stream);
+val make_buf_stream(val buf_opt);
+val get_buf_from_stream(val stream);
+
void buf_init(void);