Sign in
code
/
git
/
47ea9e4c6efd66735cbfed4ef3ac8b76e16b392d
/
.
/
merge-blobs.h
blob: 5797517a064e1370045b3f0f24286ff3cb63f21a [
file
]
#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
*,
size_t
*);
#endif
/* MERGE_BLOBS_H */