Sign in
code
/
git
/
3ece05c5f408861e319043fa3f92125a9799db48
/
.
/
merge-blobs.h
blob: cc31038b807fbee073a063ec83fe298c87fd2b3d [
file
]
#ifndef
MERGE_BLOBS_H
#define
MERGE_BLOBS_H
struct
blob
;
struct
index_state
;
extern
void
*
merge_blobs
(
struct
index_state
*,
const
char
*,
struct
blob
*,
struct
blob
*,
struct
blob
*,
unsigned
long
*);
#endif
/* MERGE_BLOBS_H */