Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: e6dfbcf12b0e70897818cb36903de0625931a5c6 authored by Junio C Hamano on 22 July 2012, 20:07:40 UTC
Git 1.7.11.3
Tip revision: e6dfbcf
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