https://github.com/git/git
Raw File
Tip revision: c415fb791b318832f52494b75d99602a7a8d604b authored by Junio C Hamano on 28 August 2015, 18:19:57 UTC
Git 2.5.1
Tip revision: c415fb7
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