summaryrefslogtreecommitdiff
path: root/src/program.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/program.h')
-rw-r--r--src/program.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/program.h b/src/program.h
index e3f747e0..3a7400bf 100644
--- a/src/program.h
+++ b/src/program.h
@@ -112,7 +112,7 @@ struct colm_sections
void (*init_need)();
int (*reducer_need_tok)( program_t *prg, struct pda_run *pda_run, int id );
int (*reducer_need_ign)( program_t *prg, struct pda_run *pda_run );
- void (*read_reduce)( program_t *prg, int reducer );
+ void (*read_reduce)( program_t *prg, int reducer, stream_t *stream );
};
struct heap_list