diff page.h @ 64:e8d8eaa0da53

pasterd: support <title> in header
author David Demelier <markand@malikania.fr>
date Thu, 26 May 2022 13:28:10 +0200
parents ecb0b90d94d8
children 1a98bc0daa49
line wrap: on
line diff
--- a/page.h	Thu May 26 13:09:33 2022 +0200
+++ b/page.h	Thu May 26 13:28:10 2022 +0200
@@ -25,6 +25,6 @@
 #include <kcgi.h>
 
 void
-page(struct kreq *, const struct ktemplate *, enum khttp, const char *);
+page(struct kreq *, const struct ktemplate *, enum khttp, const char *, const char *);
 
 #endif /* !PASTER_PAGE_H */