summaryrefslogtreecommitdiffstats
path: root/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream.h')
-rw-r--r--stream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stream.h b/stream.h
index 23ca546d..04de8138 100644
--- a/stream.h
+++ b/stream.h
@@ -286,6 +286,8 @@ val path_cat(val dir_name, val base_name);
val add_suffix(val name, val suffix);
val make_byte_input_stream(val obj);
val get_csv(val source_opt);
+val put_csv(val record, val stream_in);
+val tocsv(val record);
val iobuf_get(void);
void iobuf_put(val buf);
void iobuf_list_empty(void);