summaryrefslogtreecommitdiff
path: root/src/include/print.h
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2023-01-03 17:59:18 -0800
committerPreston Pan <preston@nullring.xyz>2023-01-03 17:59:18 -0800
commit2fe28946e426e241e87e8381d7a62e73b9278385 (patch)
treeb374061dab88629c0b418fc4c9495711ba643143 /src/include/print.h
parentf8cedce5299d12adc3ce3249fd5b3a9fe5578c0a (diff)
fix bug
Diffstat (limited to 'src/include/print.h')
-rw-r--r--src/include/print.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/print.h b/src/include/print.h
index 866f63e..e272fa4 100644
--- a/src/include/print.h
+++ b/src/include/print.h
@@ -19,4 +19,6 @@ void print_symbol(ast_t *s);
void print_pair(ast_t *p);
void print(ast_t *res);
+
+void print_root(ast_t *root);
#endif