X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/e154edd8078020d6eba41b448afade0a68617f35..eaf2d25c162534efe7566119cf4b1cbeab217b51:/cgit.h?ds=inline diff --git a/cgit.h b/cgit.h index d07185c..f2cb671 100644 --- a/cgit.h +++ b/cgit.h @@ -61,6 +61,7 @@ struct cgit_repo { int snapshots; int enable_log_filecount; int enable_log_linecount; + int max_stats; }; struct cgit_repolist { @@ -119,7 +120,9 @@ struct cgit_query { char *name; char *mimetype; char *url; + char *period; int ofs; + int nohead; }; struct cgit_config { @@ -156,6 +159,7 @@ struct cgit_config { int max_lock_attempts; int max_msg_len; int max_repodesc_len; + int max_stats; int nocache; int renamelimit; int snapshots;