diff options
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 | ||
187 | struct cgit_context { | 189 | struct cgit_context { |