about summary refs log tree commit diff stats
path: root/html.h
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 1b24e55..fa4de77 100644 --- a/html.h +++ b/html.h
@@ -19,7 +19,7 @@ __attribute__((format (printf,1,2)))
19extern void html_attrf(const char *format,...); 19extern void html_attrf(const char *format,...);
20 20
21extern void html_txt(const char *txt); 21extern void html_txt(const char *txt);
22extern void html_ntxt(int len, const char *txt); 22extern ssize_t html_ntxt(const char *txt, size_t len);
23extern void html_attr(const char *txt); 23extern void html_attr(const char *txt);
24extern void html_url_path(const char *txt); 24extern void html_url_path(const char *txt);
25extern void html_url_arg(const char *txt); 25extern void html_url_arg(const char *txt);