-rw-r--r-- | cgit.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,2 +12,3 @@ #include "configfile.h" +#include "html.h" #include "ui-shared.h" @@ -446,3 +447,3 @@ int main(int argc, const char **argv) cgit_parse_args(argc, argv); - cgit_parse_query(ctx.qry.raw, querystring_cb); + http_parse_querystring(ctx.qry.raw, querystring_cb); if (!cgit_prepare_cache(&item)) |