-rw-r--r-- | html.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,5 +14,7 @@ extern void html_link_open(char *url, char *title, char *class); extern void html_link_close(void); extern void html_fileperm(unsigned short mode); extern int html_include(const char *filename); +extern int http_parse_querystring(char *txt, void (*fn)(const char *name, const char *value)); + #endif /* HTML_H */ |