From 50fedc8f44259f2e08add4dceebb5e12c6232e90 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 24 Feb 2024 14:29:40 -0500 Subject: Fixing up structs --- typecheck.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'typecheck.h') 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 -- cgit v1.2.3