]> git.ipfire.org Git - thirdparty/git.git/blame - merge-blobs.h
Merge branch 'dl/reset-doc-no-wrt-abbrev'
[thirdparty/git.git] / merge-blobs.h
CommitLineData
fa2364ec
JH
1#ifndef MERGE_BLOBS_H
2#define MERGE_BLOBS_H
3
f4a55b27
NTND
4struct blob;
5struct index_state;
fa2364ec 6
f4a55b27
NTND
7extern void *merge_blobs(struct index_state *, const char *,
8 struct blob *, struct blob *,
9 struct blob *, unsigned long *);
fa2364ec
JH
10
11#endif /* MERGE_BLOBS_H */