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