aboutsummaryrefslogtreecommitdiff
path: root/pc.h
diff options
context:
space:
mode:
Diffstat (limited to 'pc.h')
-rw-r--r--pc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pc.h b/pc.h
index e13c481..79174f4 100644
--- a/pc.h
+++ b/pc.h
@@ -2,12 +2,17 @@
#define PC_H
#include "y.tab.h"
+#include "tree.h"
char* pretty_type(int);
void debug_print(int, union YYSTYPE*);
int yyerror(char*);
+
+int count_args(ptree*);
+int set_func_types(ptree*, int*, int);
+int get_call_types(ptree*, int*, int);
#endif
#define DEBUG