aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index ca01705..8c64efe 100644
--- a/cgit.h
+++ b/cgit.h
@@ -136,6 +136,7 @@ struct cgit_config {
136 char *css; 136 char *css;
137 char *favicon; 137 char *favicon;
138 char *footer; 138 char *footer;
139 char *head_include;
139 char *header; 140 char *header;
140 char *index_header; 141 char *index_header;
141 char *index_info; 142 char *index_info;
@@ -182,7 +183,10 @@ struct cgit_page {
182 char *mimetype; 183 char *mimetype;
183 char *charset; 184 char *charset;
184 char *filename; 185 char *filename;
186 char *etag;
185 char *title; 187 char *title;
188 int status;
189 char *statusmsg;
186}; 190};
187 191
188struct cgit_context { 192struct cgit_context {