summaryrefslogtreecommitdiff
path: root/template.h
diff options
context:
space:
mode:
authorVincent Douillet <vincent@vdouillet.fr>2024-09-05 12:58:22 +0200
committerVincent Douillet <vincent@vdouillet.fr>2024-09-06 12:22:20 +0200
commit35a145fd161fb4d4f19aa9820b50438695b94414 (patch)
tree00e9f341d5b7e0a6874efbe9fafc0500cf13cd2d /template.h
parent9b8d38ab209c6e7e747d6d420f1b105fe858c7eb (diff)
browse: add upload button
Diffstat (limited to 'template.h')
-rw-r--r--template.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/template.h b/template.h
index 560465f..966ab36 100644
--- a/template.h
+++ b/template.h
@@ -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