X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/5632ba35d133ee29d46c031cdd4b4a37097b8ca1..8813170390f3c3a0f4743afbc92ede42953fa3b0:/cgit.h diff --git a/cgit.h b/cgit.h index 91db98a..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 { @@ -121,6 +122,7 @@ struct cgit_query { char *url; int ofs; int nohead; + char *sort; }; struct cgit_config {