aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ctemplates.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ctemplates.h b/include/ctemplates.h
index 27127f6..df41085 100644
--- a/include/ctemplates.h
+++ b/include/ctemplates.h
@@ -38,7 +38,7 @@ struct TMPL_loop* TMPL_alloc_loop(void);
void TMPL_free_loop(struct TMPL_loop* tl);
char* TMPL_render(struct TMPL_templates* t, struct TMPL_varlist* varlist, size_t* size_p);
-const char* TMPL_err(struct TMPL_templates* t);
+const char* TMPL_err(struct TMPL_templates* t,size_t* size);
/*A debug function*/
void print_varlist(struct TMPL_varlist* vl);