X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/e1ad15d368bdeb1bffea588b93a29055c5dfb7f4..979cf4a753945ef5f3428693863d66eb33be7e2d:/cgit.h diff --git a/cgit.h b/cgit.h index 7ec46b4..69b5c13 100644 --- a/cgit.h +++ b/cgit.h @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include #include #include @@ -164,7 +164,7 @@ struct reflist { struct cgit_query { int has_symref; - int has_sha1; + int has_oid; int has_difftype; char *raw; char *repo; @@ -172,8 +172,8 @@ struct cgit_query { char *search; char *grep; char *head; - char *sha1; - char *sha2; + char *oid; + char *oid2; char *path; char *name; char *url;