Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: bd3e186d811a13d8687584856f345a767e3e4d67 authored by Junio C Hamano on 27 January 2014, 19:01:35 UTC
Git 1.9-rc1
Tip revision: bd3e186
merge-blobs.h
#ifndef MERGE_BLOBS_H
#define MERGE_BLOBS_H

#include "blob.h"

extern void *merge_blobs(const char *, struct blob *, struct blob *, struct blob *, unsigned long *);

#endif /* MERGE_BLOBS_H */
back to top