aboutsummaryrefslogtreecommitdiff
path: root/html.h
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'html.h')
-rw-r--r--html.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.h b/html.h
index bb36f37..20e1dc2 100644
--- a/html.h
+++ b/html.h
@@ -1,7 +1,7 @@
#ifndef HTML_H
#define HTML_H
-#include <stddef.h>
+extern int htmlfd;
extern void html_raw(const char *txt, size_t size);
extern void html(const char *txt);