each_ref_fn_adapter(): remove adapter
[gitweb.git] / help.c
diff --git a/help.c b/help.c
index 2072a873e2db784ca66c0f1736b12e523a96b7db..6f3415b0fcf43b1270783fd1bc7d40d27f8df8a2 100644 (file)
--- a/help.c
+++ b/help.c
@@ -407,7 +407,7 @@ struct similar_ref_cb {
        struct string_list *similar_refs;
 };
 
-static int append_similar_ref(const char *refname, const unsigned char *sha1,
+static int append_similar_ref(const char *refname, const struct object_id *oid,
                              int flags, void *cb_data)
 {
        struct similar_ref_cb *cb = (struct similar_ref_cb *)(cb_data);