aboutsummaryrefslogtreecommitdiff
path: root/typecheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'typecheck.h')
-rw-r--r--typecheck.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/typecheck.h b/typecheck.h
index 1f1f3552..a44e658b 100644
--- a/typecheck.h
+++ b/typecheck.h
@@ -15,5 +15,7 @@ bool is_discardable(env_t *env, ast_t *ast);
type_t *get_namespace_type(env_t *env, ast_t *namespace_ast, type_t *type);
type_t *get_file_type(env_t *env, const char *path);
type_t *get_function_def_type(env_t *env, ast_t *ast);
+type_t *get_arg_type(env_t *env, arg_t *arg);
+type_t *get_arg_ast_type(env_t *env, arg_ast_t *arg);
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0