tvl-depot/third_party/git/merge-blobs.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
232 B
C
Raw Normal View History

#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 */