aboutsummaryrefslogtreecommitdiff
path: root/pc.h
diff options
context:
space:
mode:
Diffstat (limited to 'pc.h')
-rw-r--r--pc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pc.h b/pc.h
index 653b720..79174f4 100644
--- a/pc.h
+++ b/pc.h
@@ -12,6 +12,7 @@ int yyerror(char*);
int count_args(ptree*);
int set_func_types(ptree*, int*, int);
+int get_call_types(ptree*, int*, int);
#endif
#define DEBUG