summaryrefslogtreecommitdiffabout
path: root/cgit.h
Side-by-side diff
Diffstat (limited to 'cgit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index 32d9d2b..4090cd4 100644
--- a/cgit.h
+++ b/cgit.h
@@ -169,2 +169,3 @@ struct cgit_config {
char *module_link;
+ char *project_list;
char *robots;
@@ -185,2 +186,3 @@ struct cgit_config {
int enable_filter_overrides;
+ int enable_gitweb_owner;
int enable_index_links;
@@ -204,2 +206,3 @@ struct cgit_config {
int renamelimit;
+ int remove_suffix;
int snapshots;