X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/a30453a5d3f6db4d6e055da2112343e054e7e7d5..f250c1ca2ea7f35d65f639e42e8b8f0657515e5d:/cgit.h diff --git a/cgit.h b/cgit.h index 08fd95a..ea90833 100644 --- a/cgit.h +++ b/cgit.h @@ -118,7 +118,10 @@ struct cgit_query { char *path; char *name; char *mimetype; + char *url; int ofs; + int nohead; + char *sort; }; struct cgit_config {