Staging
v0.5.1
Revision 7e27bd589d328b9daf154c2444d1a86ec3afedb0 authored by Junio C Hamano on 29 October 2021, 22:43:50 UTC, committed by Junio C Hamano on 29 October 2021, 22:43:50 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 9a95a9f
Raw File
merge-blobs.h
#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 */
back to top