1#ifndef MERGE_BLOBS_H
2#define MERGE_BLOBS_H
34
struct blob;
5struct index_state;
67
extern void *merge_blobs(struct index_state *, const char *,
8struct blob *, struct blob *,
9struct blob *, unsigned long *);
1011
#endif /* MERGE_BLOBS_H */