aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-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 {