aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 3672c08..b70117f 100644
--- a/src/util.h
+++ b/src/util.h
@@ -32,7 +32,7 @@
clock_t _end##name = clock();\
printf("%s took %f\n",desc, (double)(_end##name - _begin##name) / CLOCKS_PER_SEC);
-int gen_parse(char*,int, parray_t**);
+int gen_parse(char*,ssize_t, parray_t**);
int tolower(int i);
void str_lowercase(str* str);