summaryrefslogtreecommitdiff
path: root/src/pdarun.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdarun.h')
-rw-r--r--src/pdarun.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pdarun.h b/src/pdarun.h
index 6e55dcd3..1ac564ca 100644
--- a/src/pdarun.h
+++ b/src/pdarun.h
@@ -70,7 +70,7 @@ struct fsm_tables
long num_action_switch;
};
-void undo_stream_pull( struct stream_impl *input_stream, const char *data, long length );
+void undo_stream_pull( struct colm_program *prg, struct stream_impl *input_stream, const char *data, long length );
#if SIZEOF_LONG != 4 && SIZEOF_LONG != 8
#error "SIZEOF_LONG contained an unexpected value"
@@ -443,9 +443,9 @@ head_t *colm_stream_pull( struct colm_program *prg, struct colm_tree **sp,
struct pda_run *pda_run, struct stream_impl *is, long length );
head_t *colm_string_alloc_pointer( struct colm_program *prg, const char *data, long length );
-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, stream_t *stream );
+void colm_stream_push_text( struct colm_program *prg, struct stream_impl *input_stream, const char *data, long length );
+void colm_stream_push_tree( struct colm_program *prg, struct stream_impl *input_stream, tree_t *tree, int ignore );
+void colm_stream_push_stream( struct colm_program *prg, 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 );