aboutsummaryrefslogtreecommitdiff
path: root/inc/reducer.h
diff options
context:
space:
mode:
authorMarvin Borner2023-02-20 16:17:31 +0100
committerMarvin Borner2023-02-20 16:17:31 +0100
commita162fdc74abf0686ec06e65e06d67a8ce5c13b30 (patch)
treeb844718a0befa9853c8c12255933f0ed9308f69d /inc/reducer.h
parentc741632fbe41c8fcb0b2ea0c2a5b08e778768a7d (diff)
Kinda working but slow
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