aboutsummaryrefslogtreecommitdiff
path: root/html.c
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/html.c b/html.c
index 1237076..bddb04d 100644
--- a/html.c
+++ b/html.c
@@ -51,13 +51,6 @@ void htmlf(const char *format, ...)
html(buf);
}
-void html_status(int code, int more_headers)
-{
- htmlf("Status: %d\n", code);
- if (!more_headers)
- html("\n");
-}
-
void html_txt(char *txt)
{
char *t = txt;