aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ctemplates.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctemplates.c b/ctemplates.c
index add05f3..d497095 100644
--- a/ctemplates.c
+++ b/ctemplates.c
@@ -149,6 +149,7 @@ struct TMPL_templates* TMPL_alloc_template(char* tmplstr);
void TMPL_free_template(struct TMPL_templates* t);
void TMPL_free_tagnode(struct TMPL_tagnode* tn);
char* TMPL_get_error(struct TMPL_templates* t);
+void print_varlist_helper(struct TMPL_varlist* vl, int indent);
/*Allocates a token*/