Staging
v0.5.1
Revision 8989e1950a845ceeb186d490321a4f917ca4de47 authored by Junio C Hamano on 14 February 2019, 02:18:11 UTC, committed by Junio C Hamano on 14 February 2019, 02:18:43 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 6e47188
Raw File
merge-blobs.h
#ifndef MERGE_BLOBS_H
#define MERGE_BLOBS_H

struct blob;
struct index_state;

extern void *merge_blobs(struct index_state *, const char *,
			 struct blob *, struct blob *,
			 struct blob *, unsigned long *);

#endif /* MERGE_BLOBS_H */
back to top