]> 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 5f7af51a68e0a773cac9c2758df51d5f0af90ff6..2bfbe7b0007ae65939cf972bd9cd3eb3093fef48 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -180,6 +180,7 @@ struct cgit_page {
        char *mimetype;
        char *charset;
        char *filename;
+       char *etag;
        char *title;
 };