X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/513b3863d999f91b47d7e9f26710390db55f9463..44f8c11c8d6edadedb9b83baf6f6a786c0bd8c30:/html.h 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); extern void html_fileperm(unsigned short mode); extern int html_include(const char *filename); -extern int http_parse_querystring(const char *txt, void (*fn)(const char *name, const char *value)); +extern void http_parse_querystring(const char *txt, void (*fn)(const char *name, const char *value)); #endif /* HTML_H */