Supply status description to html_status()

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
这个提交包含在:
Lars Hjemli
2008-08-06 22:57:44 +02:00
父节点 65b7b876aa
当前提交 885096c189
共有 4 个文件被更改,包括 12 次插入14 次删除

2
html.h
查看文件

@@ -6,7 +6,7 @@ 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_status(int code, const char *msg, int more_headers);
extern void html_txt(char *txt);
extern void html_ntxt(int len, char *txt);
extern void html_attr(char *txt);