aboutsummaryrefslogtreecommitdiff
path: root/pc.h
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-09-05 17:59:44 -0400
committerTucker Evans <tuckerevans24@gmail.com>2019-09-05 18:03:17 -0400
commitc6d13abfc122c15ecc182b1fc5645628e8eb4d18 (patch)
tree3cc20de947e6cea8d725d9efd0dd6aeb1b2e95eb /pc.h
parentd8a7a9b0ed653ec8061896efc0c8e11b5df6b166 (diff)
Add function argument types
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