diff page.h @ 81:1ffe2f5a8500

pasterd: use HTML files to allow themes
author David Demelier <markand@malikania.fr>
date Fri, 17 Mar 2023 07:56:01 +0100
parents 52029a52a385
children
line wrap: on
line diff
--- a/page.h	Fri Mar 17 07:46:43 2023 +0100
+++ b/page.h	Fri Mar 17 07:56:01 2023 +0100
@@ -30,7 +30,7 @@
 page(struct kreq *req,
      enum khttp status,
      const char *title,
-     const unsigned char *html,
+     const char *filename,
      const struct ktemplate *tmpl);
 
 #endif /* !PASTER_PAGE_H */