aboutsummaryrefslogtreecommitdiff
path: root/inc/reducer.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/reducer.h')
-rw-r--r--inc/reducer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/reducer.h b/inc/reducer.h
index a5cfda1..82ea189 100644
--- a/inc/reducer.h
+++ b/inc/reducer.h
@@ -5,6 +5,7 @@
#include <term.h>
-struct term *reduce(struct term *term, void (*callback)(int, char));
+struct term *reduce(struct term *term, void (*callback)(int, char, void *),
+ void *data);
#endif