aboutsummaryrefslogtreecommitdiff
path: root/cgit.h
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index 6feca68..0798dc5 100644
--- a/cgit.h
+++ b/cgit.h
@@ -197,6 +197,8 @@ struct cgit_config {
char *footer;
char *head_include;
char *header;
+ char *index_header;
+ char *index_info;
char *logo;
char *logo_link;
char *mimetype_file;
@@ -246,6 +248,7 @@ struct cgit_config {
int max_repodesc_len;
int max_blob_size;
int max_stats;
+ int nocache;
int noplainemail;
int noheader;
int renamelimit;