]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Merge branch 'plain-etag'
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 5f7af51a68e0a773cac9c2758df51d5f0af90ff6..07a277a3e727b93b64623d4fa366ac3131486bdd 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -180,7 +180,10 @@ struct cgit_page {
        char *mimetype;
        char *charset;
        char *filename;
        char *mimetype;
        char *charset;
        char *filename;
+       char *etag;
        char *title;
        char *title;
+       int status;
+       char *statusmsg;
 };
 
 struct cgit_context {
 };
 
 struct cgit_context {