X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/a8305a9543969206aa7cec03948c5a19950eedb9..837d464af77d76a2661d92e05167657cbf430d80:/cgit.h?ds=sidebyside diff --git a/cgit.h b/cgit.h index 08fd95a..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 { @@ -118,7 +119,10 @@ struct cgit_query { char *path; char *name; char *mimetype; + char *url; + char *period; int ofs; + int nohead; }; struct cgit_config { @@ -155,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;