Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: ca00f80b58d679e59fc271650f68cd25cdb72b09 authored by Junio C Hamano on 27 July 2015, 19:25:42 UTC
Git 2.4.7
Tip revision: ca00f80
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