summaryrefslogtreecommitdiffstats
path: root/buf.h
diff options
context:
space:
mode:
Diffstat (limited to 'buf.h')
-rw-r--r--buf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/buf.h b/buf.h
index b0c19f51..a7379f68 100644
--- a/buf.h
+++ b/buf.h
@@ -38,6 +38,7 @@ val buf_alloc_size(val buf);
mem_t *buf_get(val buf, val self);
val sub_buf(val seq, val from, val to);
val replace_buf(val buf, val items, val from, val to);
+val buf_list(val list);
val buf_put_buf(val dbuf, val sbuf, val pos);
#if HAVE_I8