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 e5adacd..f4fc498 100644
--- a/Scope.h
+++ b/Scope.h
@@ -13,5 +13,6 @@ struct Scope {
const Scope *parent;
};
+/* created pointer shall be manualy freed by caller */
Scope *scope_create(const Scope *parent);
int scope_insert(Scope *scope, const char *word, int value);