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 14208f7a..4cb7f923 100644
--- a/stream.h
+++ b/stream.h
@@ -25,6 +25,7 @@
*/
extern val std_input, std_output, std_error;
+extern val output_produced;
val make_stdio_stream(FILE *, val descr, val input, val output);
val make_pipe_stream(FILE *, val descr, val input, val output);