aboutsummaryrefslogtreecommitdiff
path: root/pc.h
diff options
context:
space:
mode:
Diffstat (limited to 'pc.h')
-rw-r--r--pc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pc.h b/pc.h
index ea49612..653b720 100644
--- a/pc.h
+++ b/pc.h
@@ -9,8 +9,9 @@ char* pretty_type(int);
void debug_print(int, union YYSTYPE*);
int yyerror(char*);
-#endif
int count_args(ptree*);
+int set_func_types(ptree*, int*, int);
+#endif
#define DEBUG