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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgit.h b/cgit.h
index f28cf30..850b792 100644
--- a/cgit.h
+++ b/cgit.h
@@ -73,7 +73,7 @@ struct cgit_repo {
char *owner;
char *defbranch;
char *module_link;
- struct string_list readme;
+ char *readme;
char *section;
char *clone_url;
char *logo;
@@ -183,7 +183,7 @@ struct cgit_config {
char *mimetype_file;
char *module_link;
char *project_list;
- struct string_list readme;
+ char *readme;
char *robots;
char *root_title;
char *root_desc;