]> 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 aed826afe589484ac60b7184460741c899eecbf7..78b30bace9327dc310dd646fa1ad86bdecd64ce6 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -181,7 +181,10 @@ struct cgit_page {
        char *mimetype;
        char *charset;
        char *filename;
+       char *etag;
        char *title;
+       int status;
+       char *statusmsg;
 };
 
 struct cgit_context {