summaryrefslogtreecommitdiffabout
path: root/cgit.h
Side-by-side diff
Diffstat (limited to 'cgit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index 2bfbe7b..07a277a 100644
--- a/cgit.h
+++ b/cgit.h
@@ -182,6 +182,8 @@ struct cgit_page {
char *filename;
char *etag;
char *title;
+ int status;
+ char *statusmsg;
};
struct cgit_context {