summaryrefslogtreecommitdiffstats
path: root/buf.c
diff options
context:
space:
mode:
Diffstat (limited to 'buf.c')
-rw-r--r--buf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/buf.c b/buf.c
index 959b7880..bd5d1bdf 100644
--- a/buf.c
+++ b/buf.c
@@ -129,6 +129,7 @@ val make_duplicate_buf(val len, mem_t *data)
return obj;
}
+
static struct buf *buf_handle(val buf, val ctx)
{
if (type(buf) == BUF)