X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/b5a3a2049648415e86d518a8bf2229b3e463b10f..542f6a433034935a1aa895f7ef3273968915a5d1:/cgit.h?ds=sidebyside diff --git a/cgit.h b/cgit.h index aed826a..78b30ba 100644 --- 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 {