diff options
Diffstat (limited to 'html.h')
-rw-r--r-- | html.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,4 +15,6 @@ extern void html_link_close(void); | |||
15 | extern void html_fileperm(unsigned short mode); | 15 | extern void html_fileperm(unsigned short mode); |
16 | extern int html_include(const char *filename); | 16 | extern int html_include(const char *filename); |
17 | 17 | ||
18 | extern int http_parse_querystring(char *txt, void (*fn)(const char *name, const char *value)); | ||
19 | |||
18 | #endif /* HTML_H */ | 20 | #endif /* HTML_H */ |