diff options
Diffstat (limited to 'template.h')
-rw-r--r-- | template.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -45,7 +45,8 @@ struct page_template { /* * Build a new set of templates for a specific page. */ -struct page_template *page_template_new(char *); +struct page_template * +page_template_new(const char *); /* * Free a set of templates. Should be able to free a partially allocated set of |