add reference counter for future smarter allocations
[lambda.git] / reduce.h
index 9d9fa54..833c7a9 100644 (file)
--- a/reduce.h
+++ b/reduce.h
@@ -3,5 +3,5 @@
 
 #include "lambda.h"
 
-void lambda_reduce(struct lambda *t, struct lambda *total, int *maxdepth);
+void lambda_reduce(struct lambda **t, struct lambda **total, int *maxdepth);
 #endif