Sign in
googlers
/
jrn
/
git
/
b3e34dddc0d385dbcf6ea28bd8d4f5cba9c06f04
/
.
/
merge-file.h
blob: 9b3b83ac6c262c313db8a85fd3f7e83564d94186 [
file
] [
log
] [
blame
]
#ifndef
MERGE_FILE_H
#define
MERGE_FILE_H
extern
void
*
merge_file
(
const
char
*
path
,
struct
blob
*
base
,
struct
blob
*
our
,
struct
blob
*
their
,
unsigned
long
*
size
);
#endif