aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ctemplates.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ctemplates.h b/ctemplates.h
index 48237b4..f74e556 100644
--- a/ctemplates.h
+++ b/ctemplates.h
@@ -201,4 +201,7 @@ char* TMPL_render(struct TMPL_templates* t, struct TMPL_varlist* varlist, size_t
struct TMPL_tagnode* TMPL_alloc_tagnode(enum TMPL_tagtype);
void TMPL_free_tagnode(struct TMPL_tagnode* tn);
+/*A debug function*/
+void print_varlist(struct TMPL_varlist* vl);
+
#endif