Staging
v0.5.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: f696543dad6c7ba27b0c4fab167a5687263a9ba0 authored by Junio C Hamano on 26 June 2011, 19:41:16 UTC
Git 1.7.6
Tip revision: f696543
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