diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2017-12-27 15:39:36 -0500 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2017-12-27 15:39:36 -0500 |
| commit | a24dd899cea722ad83839c8adab6b5a1b401868c (patch) | |
| tree | 9b5fdc05c05b0e752235bcf4ce512e4ab462d787 /ctemplates.c | |
| parent | 5247e022f857aecf39748039fae84f2a67c9af73 (diff) | |
| download | libctemplates-a24dd899cea722ad83839c8adab6b5a1b401868c.tar.gz libctemplates-a24dd899cea722ad83839c8adab6b5a1b401868c.tar.bz2 libctemplates-a24dd899cea722ad83839c8adab6b5a1b401868c.zip | |
Added function signature to ctemplate.c
The print_varlist_helper function was not at the top of
ctemplate.c
Diffstat (limited to 'ctemplates.c')
| -rw-r--r-- | ctemplates.c | 1 |
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*/ |
