]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Merge branch 'ml/head-include'
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 00aca4c36a46d6dc8737b32ea794c917dcfc825e..78b30bace9327dc310dd646fa1ad86bdecd64ce6 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -136,6 +136,7 @@ struct cgit_config {
        char *css;
        char *favicon;
        char *footer;
+       char *head_include;
        char *header;
        char *index_header;
        char *index_info;
@@ -180,6 +181,7 @@ struct cgit_page {
        char *mimetype;
        char *charset;
        char *filename;
+       char *etag;
        char *title;
        int status;
        char *statusmsg;