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 c72e845..1b24e55 100644 --- a/html.h +++ b/html.h
@@ -32,6 +32,6 @@ extern void html_link_close(void);
32extern void html_fileperm(unsigned short mode); 32extern void html_fileperm(unsigned short mode);
33extern int html_include(const char *filename); 33extern int html_include(const char *filename);
34 34
35extern int http_parse_querystring(const char *txt, void (*fn)(const char *name, const char *value)); 35extern void http_parse_querystring(const char *txt, void (*fn)(const char *name, const char *value));
36 36
37#endif /* HTML_H */ 37#endif /* HTML_H */