diff options
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -164,7 +164,7 @@ struct reflist { | |||
164 | 164 | ||
165 | struct cgit_query { | 165 | struct cgit_query { |
166 | int has_symref; | 166 | int has_symref; |
167 | int has_sha1; | 167 | int has_oid; |
168 | int has_difftype; | 168 | int has_difftype; |
169 | char *raw; | 169 | char *raw; |
170 | char *repo; | 170 | char *repo; |
@@ -172,8 +172,8 @@ struct cgit_query { | |||
172 | char *search; | 172 | char *search; |
173 | char *grep; | 173 | char *grep; |
174 | char *head; | 174 | char *head; |
175 | char *sha1; | 175 | char *oid; |
176 | char *sha2; | 176 | char *oid2; |
177 | char *path; | 177 | char *path; |
178 | char *name; | 178 | char *name; |
179 | char *url; | 179 | char *url; |