aboutsummaryrefslogtreecommitdiff
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 34301ce..7c6b001 100644
--- a/scope.h
+++ b/scope.h
@@ -7,6 +7,7 @@ struct scope {
struct scope *parent;
};
+void scopeinit(void);
struct scope *mkscope(struct scope *);
struct scope *delscope(struct scope *);