X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/45e7fcecc1117440e6274ce3c6ab7d893c4986ee..e429fb0cca1e8c78da0ec38fe578bafdeec65534:/cgit.h diff --git a/cgit.h b/cgit.h index 5f7af51..00aca4c 100644 --- a/cgit.h +++ b/cgit.h @@ -181,6 +181,8 @@ struct cgit_page { char *charset; char *filename; char *title; + int status; + char *statusmsg; }; struct cgit_context {