X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/dc41a0018058c81ee9a0a2dc6e89f737d7c1c966..de83de276bef7509ab8255682595ad4521f3a193:/cgit.c diff --git a/cgit.c b/cgit.c index 8c9cfb5..ed02614 100644 --- a/cgit.c +++ b/cgit.c @@ -421,7 +421,7 @@ struct refmatch { int match; }; -static int find_current_ref(const char *refname, const unsigned char *sha1, +static int find_current_ref(const char *refname, const struct object_id *oid, int flags, void *cb_data) { struct refmatch *info;