Sign in
googlers
/
jrn
/
git
/
646ca8955861b9e3d4b1d130b15fd59673c3c76b
/
.
/
merge-blobs.h
blob: 13cf9669e5b2c43b34bbecd2ea71bf14d9a36d65 [
file
] [
log
] [
blame
]
#ifndef
MERGE_BLOBS_H
#define
MERGE_BLOBS_H
struct
blob
;
struct
index_state
;
void
*
merge_blobs
(
struct
index_state
*,
const
char
*,
struct
blob
*,
struct
blob
*,
struct
blob
*,
unsigned
long
*);
#endif
/* MERGE_BLOBS_H */