]> git.cameronkatri.com Git - cgit.git/blobdiff - cgit.h
extra-head-content: introduce another option for meta tags
[cgit.git] / cgit.h
diff --git a/cgit.h b/cgit.h
index 0798dc5ce2e688775bd671cc610a0bf8f7941720..32dfd7a6b741db6d1b87aa9807bf8a69e5b3f70b 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -81,6 +81,7 @@ struct cgit_repo {
        char *name;
        char *path;
        char *desc;
+       char *extra_head_content;
        char *owner;
        char *homepage;
        char *defbranch;
@@ -197,8 +198,6 @@ struct cgit_config {
        char *footer;
        char *head_include;
        char *header;
-       char *index_header;
-       char *index_info;
        char *logo;
        char *logo_link;
        char *mimetype_file;
@@ -248,7 +247,6 @@ struct cgit_config {
        int max_repodesc_len;
        int max_blob_size;
        int max_stats;
-       int nocache;
        int noplainemail;
        int noheader;
        int renamelimit;