summaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ast.h b/src/ast.h
index e541390..bdace51 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -124,6 +124,10 @@ typedef struct ast_node_t
ast_node_t *
ast_node_new(void);
+
+void
+ast_node_destroy_vector(vector_t *vector);
+
void
ast_node_destroy(ast_node_t *node);