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