summaryrefslogtreecommitdiffabout
path: root/cgit.h
Side-by-side diff
Diffstat (limited to 'cgit.h') (more/less context) (show 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
@@ -168,4 +168,5 @@ struct cgit_config {
char *logo_link;
char *module_link;
+ char *project_list;
char *robots;
char *root_title;
@@ -184,4 +185,5 @@ struct cgit_config {
int embedded;
int enable_filter_overrides;
+ int enable_gitweb_owner;
int enable_index_links;
int enable_log_filecount;
@@ -203,4 +205,5 @@ struct cgit_config {
int noheader;
int renamelimit;
+ int remove_suffix;
int snapshots;
int summary_branches;