]> git.cameronkatri.com Git - cgit.git/blobdiff - html.h
Use skip_prefix() to get rid of magic constants
[cgit.git] / html.h
diff --git a/html.h b/html.h
index c72e845a7b6551c361e40815dec4795d8e986d23..1b24e551729dc3ec11be3fc68d6dca4bfc6ebe87 100644 (file)
--- 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 */