summaryrefslogtreecommitdiffstats
path: root/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream.h')
-rw-r--r--stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream.h b/stream.h
index 4b4bd40e..342336d6 100644
--- a/stream.h
+++ b/stream.h
@@ -73,6 +73,7 @@ val make_dir_stream(DIR *);
val streamp(val obj);
val real_time_stream_p(val obj);
val stream_set_prop(val stream, val ind, val prop);
+val stream_get_prop(val stream, val ind);
val close_stream(val stream, val throw_on_error);
val get_line(val);
val get_char(val);