aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ctemplates.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctemplates.h b/ctemplates.h
index f74e556..4744d14 100644
--- a/ctemplates.h
+++ b/ctemplates.h
@@ -203,5 +203,6 @@ void TMPL_free_tagnode(struct TMPL_tagnode* tn);
/*A debug function*/
void print_varlist(struct TMPL_varlist* vl);
+void print_ast(struct TMPL_tagnode* root);
#endif