https://github.com/git/git
Revision 5a0549404914ef6c3d395db1344dd7b37179e801 authored by Fabien Villepinte on 17 December 2018, 11:51:58 UTC, committed by Jean-Noël Avila on 15 February 2019, 21:14:23 UTC
Signed-off-by: Fabien Villepinte <fabien.villepinte@gmail.com>
1 parent 7f95bc7
Raw File
Tip revision: 5a0549404914ef6c3d395db1344dd7b37179e801 authored by Fabien Villepinte on 17 December 2018, 11:51:58 UTC
l10n: fr.po Fix some typos
Tip revision: 5a05494
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