]> gitweb.ps.run Git - ps-cgit/commit
Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring()
authorLars Hjemli <hjemli@gmail.com>
Tue, 8 Apr 2008 19:11:36 +0000 (21:11 +0200)
committerLars Hjemli <hjemli@gmail.com>
Tue, 8 Apr 2008 19:11:36 +0000 (21:11 +0200)
commite87e89633383b8b75c68c98be3e0c14212109de2
treef57e131ab854b58023387aee8efc0e4ee54653b5
parent20a33548b9a87a6eb23162ee5d137daa46d78613
Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring()

This is a generic http-function.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
cgit.c
cgit.h
html.c
html.h
parsing.c
shared.c