diff options
Diffstat (limited to 'html.h')
-rw-r--r-- | html.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,6 +32,6 @@ extern void html_link_close(void); | |||
32 | extern void html_fileperm(unsigned short mode); | 32 | extern void html_fileperm(unsigned short mode); |
33 | extern int html_include(const char *filename); | 33 | extern int html_include(const char *filename); |
34 | 34 | ||
35 | extern int http_parse_querystring(const char *txt, void (*fn)(const char *name, const char *value)); | 35 | extern 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 */ |