summaryrefslogtreecommitdiffabout
path: root/cgit.h
Side-by-side diff
Diffstat (limited to 'cgit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgit.h b/cgit.h
index 5659580..fc7c7d5 100644
--- a/cgit.h
+++ b/cgit.h
@@ -66,7 +66,7 @@ struct cgit_repo {
char *owner;
char *defbranch;
- char *group;
char *module_link;
char *readme;
+ char *section;
char *clone_url;
int snapshots;
@@ -157,5 +157,4 @@ struct cgit_config {
char *logo_link;
char *module_link;
- char *repo_group;
char *robots;
char *root_title;
@@ -163,4 +162,5 @@ struct cgit_config {
char *root_readme;
char *script_name;
+ char *section;
char *virtual_root;
int cache_size;