Unidiff1 files changed, 1 insertions, 0 deletions
|
diff --git a/cgit.h b/cgit.h index 4fa5cf2..1972d75 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -113,12 +113,13 @@ struct cgit_query { |
113 | char *grep; |
113 | char *grep; |
114 | char *head; |
114 | char *head; |
115 | char *sha1; |
115 | char *sha1; |
116 | char *sha2; |
116 | char *sha2; |
117 | char *path; |
117 | char *path; |
118 | char *name; |
118 | char *name; |
| |
119 | char *mimetype; |
119 | int ofs; |
120 | int ofs; |
120 | }; |
121 | }; |
121 | |
122 | |
122 | struct cgit_config { |
123 | struct cgit_config { |
123 | char *agefile; |
124 | char *agefile; |
124 | char *cache_root; |
125 | char *cache_root; |
|