aboutsummaryrefslogtreecommitdiff
path: root/include/cu
diff options
context:
space:
mode:
Diffstat (limited to 'include/cu')
-rw-r--r--include/cu/actualize.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cu/actualize.h b/include/cu/actualize.h
index ea736ac..94a4d30 100644
--- a/include/cu/actualize.h
+++ b/include/cu/actualize.h
@@ -29,5 +29,6 @@ struct ast_node *extract_typeof(struct ast_node *type);
int analyze_root(struct scope *scope, struct ast_node *tree);
int actualize_main(struct scope *scope);
int actualize_temp_type(struct scope *scope, struct ast_node *type);
+struct ast_node *actual_type(struct ast_node *type);
#endif /* ANALYZE_H */