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