Staging
v0.5.1
https://github.com/git/git
Revision a6605d76cdad37ed3c55a7be4d2e0af0f4721bb2 authored by Junio C Hamano on 01 June 2011, 21:11:17 UTC, committed by Junio C Hamano on 01 June 2011, 21:11:17 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2 parent s 090a1a5 + e5af0de
Raw File
Tip revision: a6605d76cdad37ed3c55a7be4d2e0af0f4721bb2 authored by Junio C Hamano on 01 June 2011, 21:11:17 UTC
Sync with 1.7.5.4
Tip revision: a6605d7
merge-file.h
#ifndef MERGE_FILE_H
#define MERGE_FILE_H

extern void *merge_file(const char *path, struct blob *base, struct blob *our,
			struct blob *their, unsigned long *size);

#endif
back to top