summaryrefslogtreecommitdiff
path: root/colm/pdarun.h
diff options
context:
space:
mode:
Diffstat (limited to 'colm/pdarun.h')
-rw-r--r--colm/pdarun.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/colm/pdarun.h b/colm/pdarun.h
index 27e075c9..4003b9be 100644
--- a/colm/pdarun.h
+++ b/colm/pdarun.h
@@ -439,12 +439,6 @@ head_t *colm_stream_pull( struct colm_program *prg, struct colm_tree **sp,
struct pda_run *pda_run, struct input_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 colm_program *prg, struct input_impl *input_stream, const char *data, long length );
-void colm_stream_push_tree( struct colm_program *prg, struct input_impl *input_stream, tree_t *tree, int ignore );
-void colm_stream_push_stream( struct colm_program *prg, struct input_impl *input_stream, stream_t *stream );
-void colm_undo_stream_push( struct colm_program *prg, tree_t **sp,
- struct input_impl *input_stream, long length );
-
kid_t *make_token_with_data( struct colm_program *prg, struct pda_run *pda_run,
struct input_impl *input_stream, int id, head_t *tokdata );