]> git.ipfire.org Git - thirdparty/git.git/blobdiff - sha1_name.c
refs: convert each_reflog_ent_fn to struct object_id
[thirdparty/git.git] / sha1_name.c
index 73a915ff1b3278f08ef4f327a55fe61d238f720a..744e9f884a736d6a41188c295e48d0b98afb4927 100644 (file)
@@ -1051,7 +1051,7 @@ struct grab_nth_branch_switch_cbdata {
        struct strbuf buf;
 };
 
-static int grab_nth_branch_switch(unsigned char *osha1, unsigned char *nsha1,
+static int grab_nth_branch_switch(struct object_id *ooid, struct object_id *noid,
                                  const char *email, unsigned long timestamp, int tz,
                                  const char *message, void *cb_data)
 {