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