From 68ee6dfc9e2ed2b6ab4c9bf17aa3b973e93f93d7 Mon Sep 17 00:00:00 2001 From: "brian m. carlson" Date: Mon, 12 Mar 2018 02:27:21 +0000 Subject: bulk-checkin: convert index_bulk_checkin to struct object_id Convert the index_bulk_checkin function, and the static functions it calls, to use pointers to struct object_id. Signed-off-by: brian m. carlson Signed-off-by: Junio C Hamano --- bulk-checkin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bulk-checkin.h') diff --git a/bulk-checkin.h b/bulk-checkin.h index fbd40fc98c..a85527318b 100644 --- a/bulk-checkin.h +++ b/bulk-checkin.h @@ -4,7 +4,7 @@ #ifndef BULK_CHECKIN_H #define BULK_CHECKIN_H -extern int index_bulk_checkin(unsigned char sha1[], +extern int index_bulk_checkin(struct object_id *oid, int fd, size_t size, enum object_type type, const char *path, unsigned flags); -- cgit v1.2.3