summaryrefslogtreecommitdiffabout
path: root/cgit.h
Side-by-side diff
Diffstat (limited to 'cgit.h') (more/less context) (show whitespace changes)
-rw-r--r--cgit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgit.h b/cgit.h
index 85045c4..f2cb671 100644
--- a/cgit.h
+++ b/cgit.h
@@ -62,5 +62,5 @@ struct cgit_repo {
int enable_log_filecount;
int enable_log_linecount;
- int enable_stats;
+ int max_stats;
};
@@ -154,5 +154,4 @@ struct cgit_config {
int enable_log_filecount;
int enable_log_linecount;
- int enable_stats;
int local_time;
int max_repo_count;
@@ -161,4 +160,5 @@ struct cgit_config {
int max_msg_len;
int max_repodesc_len;
+ int max_stats;
int nocache;
int renamelimit;