From a24dd899cea722ad83839c8adab6b5a1b401868c Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Wed, 27 Dec 2017 15:39:36 -0500 Subject: Added function signature to ctemplate.c The print_varlist_helper function was not at the top of ctemplate.c --- ctemplates.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ctemplates.c') 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*/ -- cgit v1.2.3-70-g09d2