sub-process: move sub-process functions into separate files
[gitweb.git] / sha1_name.c
index 26ceec1d799afad6c6831cba00ca4d0ffab7979f..cda9e49b12e7128dd22a8ccbaff437cb7db34d92 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)
 {