about summary refs log tree commit diff stats
path: root/cgit.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/cgit.h b/cgit.h index fc3fc6f..7581cc1 100644 --- a/cgit.h +++ b/cgit.h
@@ -245,13 +245,13 @@ struct cgit_page {
245 time_t modified; 245 time_t modified;
246 time_t expires; 246 time_t expires;
247 size_t size; 247 size_t size;
248 char *mimetype; 248 const char *mimetype;
249 char *charset; 249 const char *charset;
250 char *filename; 250 const char *filename;
251 char *etag; 251 const char *etag;
252 char *title; 252 const char *title;
253 int status; 253 int status;
254 char *statusmsg; 254 const char *statusmsg;
255}; 255};
256 256
257struct cgit_environment { 257struct cgit_environment {