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 {
182 char *filename; 182 char *filename;
183 char *etag; 183 char *etag;
184 char *title; 184 char *title;
185 int status;
186 char *statusmsg;
185}; 187};
186 188
187struct cgit_context { 189struct cgit_context {