summaryrefslogtreecommitdiff
path: root/src/pdarun.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-06-17 12:05:27 +0700
committerAdrian Thurston <thurston@colm.net>2018-06-17 12:05:27 +0700
commita52b5348f2a62d85e03e1fe24c67a9388aa29ab9 (patch)
tree2b6c415756ca3fc9f71c85a3bd10a0502c19f6fd /src/pdarun.h
parentc441b29caba87edfa6953a72a64d0b90c68cf220 (diff)
downloadcolm-a52b5348f2a62d85e03e1fe24c67a9388aa29ab9.tar.gz
some cleanup of types and names in the input subsystem
Diffstat (limited to 'src/pdarun.h')
-rw-r--r--src/pdarun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdarun.h b/src/pdarun.h
index b6ebb1ba..351c3b0e 100644
--- a/src/pdarun.h
+++ b/src/pdarun.h
@@ -445,7 +445,7 @@ head_t *colm_string_alloc_pointer( struct colm_program *prg, const char *data, l
void colm_stream_push_text( struct stream_impl *input_stream, const char *data, long length );
void colm_stream_push_tree( struct stream_impl *input_stream, tree_t *tree, int ignore );
-void colm_stream_push_stream( struct stream_impl *input_stream, tree_t *tree );
+void colm_stream_push_stream( struct stream_impl *input_stream, stream_t *stream );
void colm_undo_stream_push( struct colm_program *prg, tree_t **sp,
struct stream_impl *input_stream, long length );