]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Add support for ETag in 'plain' view
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 8b0defa988d062a24fa40dbcd7a39d2b68de61cb..2bfbe7b0007ae65939cf972bd9cd3eb3093fef48 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -136,6 +136,7 @@ struct cgit_config {
        char *css;
        char *favicon;
        char *footer;
+       char *header;
        char *index_header;
        char *index_info;
        char *logo;
@@ -179,6 +180,7 @@ struct cgit_page {
        char *mimetype;
        char *charset;
        char *filename;
+       char *etag;
        char *title;
 };