X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/23296ad648c0e2a9e3cf40a3de322b10ad25cce3..e5da4bca54574522b28f88cab0dc8ebad9e35a73:/html.h?ds=inline diff --git a/html.h b/html.h index e6fdc54..49462a2 100644 --- a/html.h +++ b/html.h @@ -3,8 +3,10 @@ extern int htmlfd; +extern void html_raw(const char *txt, size_t size); extern void html(const char *txt); extern void htmlf(const char *format,...); +extern void html_status(int code, int more_headers); extern void html_txt(char *txt); extern void html_ntxt(int len, char *txt); extern void html_attr(char *txt);