X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/a30453a5d3f6db4d6e055da2112343e054e7e7d5..8813170390f3c3a0f4743afbc92ede42953fa3b0:/cgit.h diff --git a/cgit.h b/cgit.h index 08fd95a..c99d337 100644 --- a/cgit.h +++ b/cgit.h @@ -61,6 +61,7 @@ struct cgit_repo { int snapshots; int enable_log_filecount; int enable_log_linecount; + time_t mtime; }; struct cgit_repolist { @@ -118,7 +119,10 @@ struct cgit_query { char *path; char *name; char *mimetype; + char *url; int ofs; + int nohead; + char *sort; }; struct cgit_config {