Sign in
googlers
/
jrn
/
git
/
6e4718857eb5d5b068a5ca4e0a01c624d66f8c01
/
.
/
merge-blobs.h
blob: cc31038b807fbee073a063ec83fe298c87fd2b3d [
file
] [
log
] [
blame
]
#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 */