-rw-r--r-- | cgit.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -181,7 +181,10 @@ struct cgit_page { | |||
181 | char *mimetype; | 181 | char *mimetype; |
182 | char *charset; | 182 | char *charset; |
183 | char *filename; | 183 | char *filename; |
184 | char *etag; | ||
184 | char *title; | 185 | char *title; |
186 | int status; | ||
187 | char *statusmsg; | ||
185 | }; | 188 | }; |
186 | 189 | ||
187 | struct cgit_context { | 190 | struct cgit_context { |