Staging
v0.5.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: bd5bce7cbc55fa52277cc8a39f673c3e2dc60670 authored by Junio C Hamano on 18 November 2011, 19:28:05 UTC
Git 1.7.7.4
Tip revision: bd5bce7
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