-rw-r--r-- | cgit.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -181,6 +181,8 @@ struct cgit_page { char *charset; char *filename; char *title; + int status; + char *statusmsg; }; struct cgit_context { |
index : patchwork/cgit.git | ||
cgit - fast webinterface for git |
summaryrefslogtreecommitdiffabout |
-rw-r--r-- | cgit.h | 2 |
@@ -181,6 +181,8 @@ struct cgit_page { char *charset; char *filename; char *title; + int status; + char *statusmsg; }; struct cgit_context { |