-rw-r--r-- | cgit.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -62,4 +62,6 @@ struct cgit_repo { int enable_log_filecount; int enable_log_linecount; + int max_stats; + time_t mtime; }; @@ -120,6 +122,9 @@ struct cgit_query { char *mimetype; char *url; + char *period; int ofs; int nohead; + char *sort; + int showmsg; }; @@ -158,4 +163,5 @@ struct cgit_config { int max_msg_len; int max_repodesc_len; + int max_stats; int nocache; int renamelimit; |