1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-04-19 08:03:53 +02:00
git/merge-blobs.h

12 lines
232 B
C
Raw Permalink 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 */