Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 35936f8fc38a214cc7d2595070641d39a541dfb1 authored by Junio C Hamano on 25 April 2014, 17:03:41 UTC
Git 2.0-rc1
Tip revision: 35936f8
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