Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 6e3a7b3398559305c7a239a42e447c21a8f39ff8 authored by Junio C Hamano on 03 February 2017, 19:29:52 UTC
Git 2.12-rc0
Tip revision: 6e3a7b3
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