aboutsummaryrefslogtreecommitdiff
path: root/inc/reduce.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/reduce.h')
-rw-r--r--inc/reduce.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/reduce.h b/inc/reduce.h
index 9856075..4fff82f 100644
--- a/inc/reduce.h
+++ b/inc/reduce.h
@@ -6,6 +6,6 @@
#include <term.h>
-struct term *reduce(struct term *term);
+void reduce(struct term *term);
#endif