summaryrefslogtreecommitdiff
path: root/src/compiler/ast-tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/ast-tree.h')
-rw-r--r--src/compiler/ast-tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/ast-tree.h b/src/compiler/ast-tree.h
index ae97ca2..e92cb08 100644
--- a/src/compiler/ast-tree.h
+++ b/src/compiler/ast-tree.h
@@ -68,6 +68,7 @@ void astTreePrint(const AstTree *tree, int indent);
void astTreeRootPrint(const AstTreeRoot *root);
void astTreeDestroy(AstTree tree);
+void astTreeVariableDestroy(AstTreeVariable variable);
void astTreeDelete(AstTree *tree);
void astTreeRootDelete(AstTreeRoot *root);