aboutsummaryrefslogtreecommitdiff
path: root/include/template.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/template.h')
-rw-r--r--include/template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/template.h b/include/template.h
index c489e45..e70b460 100644
--- a/include/template.h
+++ b/include/template.h
@@ -27,7 +27,7 @@ typedef struct {
list_t *components;
} template_t;
-template_t *template_create(void);
+template_t *template_create(char *template_name);
void template_delete(template_t *template);
void template_write(template_t *template,
list_t *content_headers,