comparison page.h @ 28:c1179455fc89

imgupd: add title and buttons
author David Demelier <markand@malikania.fr>
date Thu, 31 Mar 2022 09:41:35 +0200
parents b74c1f165e51
children 3e01d0147294
comparison
equal deleted inserted replaced
27:37fd3446b654 28:c1179455fc89
23 #include <stdarg.h> 23 #include <stdarg.h>
24 #include <stdint.h> 24 #include <stdint.h>
25 #include <kcgi.h> 25 #include <kcgi.h>
26 26
27 void 27 void
28 page(struct kreq *, const struct ktemplate *, enum khttp, const char *); 28 page(struct kreq *, const struct ktemplate *, enum khttp, const char *, const char *);
29 29
30 #endif /* !IMGUP_PAGE_H */ 30 #endif /* !IMGUP_PAGE_H */