X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/fbe091a716447be496519ce439451d36d5b9fc24..542f6a433034935a1aa895f7ef3273968915a5d1:/cgit.h diff --git a/cgit.h b/cgit.h index 00aca4c..78b30ba 100644 --- a/cgit.h +++ b/cgit.h @@ -136,6 +136,7 @@ struct cgit_config { char *css; char *favicon; char *footer; + char *head_include; char *header; char *index_header; char *index_info; @@ -180,6 +181,7 @@ struct cgit_page { char *mimetype; char *charset; char *filename; + char *etag; char *title; int status; char *statusmsg;