about summary refs log tree commit diff stats
path: root/cgit.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgit.h b/cgit.h index 850b792..f28cf30 100644 --- a/cgit.h +++ b/cgit.h
@@ -73,7 +73,7 @@ struct cgit_repo {
73 char *owner; 73 char *owner;
74 char *defbranch; 74 char *defbranch;
75 char *module_link; 75 char *module_link;
76 char *readme; 76 struct string_list readme;
77 char *section; 77 char *section;
78 char *clone_url; 78 char *clone_url;
79 char *logo; 79 char *logo;
@@ -183,7 +183,7 @@ struct cgit_config {
183 char *mimetype_file; 183 char *mimetype_file;
184 char *module_link; 184 char *module_link;
185 char *project_list; 185 char *project_list;
186 char *readme; 186 struct string_list readme;
187 char *robots; 187 char *robots;
188 char *root_title; 188 char *root_title;
189 char *root_desc; 189 char *root_desc;