Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/html.h b/html.h index 49462a2..3c32935 100644 --- a/ html.h+++ b/ html.h |
|
@@ -7,5 +7,5 @@ extern void html_raw(const char *txt, size_t size); |
7 | extern void html(const char *txt); |
7 | extern void html(const char *txt); |
8 | extern void htmlf(const char *format,...); |
8 | extern void htmlf(const char *format,...); |
9 | extern void html_status(int code, int more_headers); |
9 | extern void html_status(int code, const char *msg, int more_headers); |
10 | extern void html_txt(char *txt); |
10 | extern void html_txt(char *txt); |
11 | extern void html_ntxt(int len, char *txt); |
11 | extern void html_ntxt(int len, char *txt); |
|