summaryrefslogtreecommitdiff
path: root/scope.h
diff options
context:
space:
mode:
Diffstat (limited to 'scope.h')
-rw-r--r--scope.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scope.h b/scope.h
index 4975df4..36b6a93 100644
--- a/scope.h
+++ b/scope.h
@@ -38,6 +38,7 @@ struct scope {
void scope_push(struct scope** p_scope);
void scope_pop(struct scope** p_scope);
+void scope_install_default_types(struct scope* scope);
bool scope_get_type(
const struct scope* scope,
struct type_def* p_entry,