diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-03 15:16:37 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-03 15:16:37 +0900 |
commit | 6933c978eb629810114dfc1badf6575c9bc6223b (patch) | |
tree | 016376f0c3303059ce9d7ccaf35a15621ff3c927 /bulk-checkin.h | |
parent | d18f15fb50249bbf66296a7c9add7fc7607e79d0 (diff) | |
download | git-6933c978eb629810114dfc1badf6575c9bc6223b.tar.gz git-6933c978eb629810114dfc1badf6575c9bc6223b.tar.bz2 git-6933c978eb629810114dfc1badf6575c9bc6223b.zip |
Imported Upstream version 2.18.0upstream/2.18.0
Diffstat (limited to 'bulk-checkin.h')
-rw-r--r-- | bulk-checkin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bulk-checkin.h b/bulk-checkin.h index fbd40fc9..a8552731 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); |