diff options
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cgit.h b/cgit.h index 7ec46b4..69b5c13 100644 --- a/cgit.h +++ b/cgit.h | |||
@@ -14,7 +14,7 @@ | |||
14 | #include <tag.h> | 14 | #include <tag.h> |
15 | #include <diff.h> | 15 | #include <diff.h> |
16 | #include <diffcore.h> | 16 | #include <diffcore.h> |
17 | #include <argv-array.h> | 17 | #include <strvec.h> |
18 | #include <refs.h> | 18 | #include <refs.h> |
19 | #include <revision.h> | 19 | #include <revision.h> |
20 | #include <log-tree.h> | 20 | #include <log-tree.h> |
@@ -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; |