X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/488a214a81a25c6397c56822ed1713f51dddc520..542f6a433034935a1aa895f7ef3273968915a5d1:/cgit.h diff --git a/cgit.h b/cgit.h index 2bfbe7b..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; @@ -182,6 +183,8 @@ struct cgit_page { char *filename; char *etag; char *title; + int status; + char *statusmsg; }; struct cgit_context {