]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
readme: use string_list instead of space deliminations
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 850b7925b374ca37f05a9c86e84e47ed3acbdab8..f28cf300b5de975f1ef7c460bdefe9743f599361 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -73,7 +73,7 @@ struct cgit_repo {
        char *owner;
        char *defbranch;
        char *module_link;
        char *owner;
        char *defbranch;
        char *module_link;
-       char *readme;
+       struct string_list readme;
        char *section;
        char *clone_url;
        char *logo;
        char *section;
        char *clone_url;
        char *logo;
@@ -183,7 +183,7 @@ struct cgit_config {
        char *mimetype_file;
        char *module_link;
        char *project_list;
        char *mimetype_file;
        char *module_link;
        char *project_list;
-       char *readme;
+       struct string_list readme;
        char *robots;
        char *root_title;
        char *root_desc;
        char *robots;
        char *root_title;
        char *root_desc;