https://github.com/git/git
Raw File
Tip revision: 0afbf6caa5b16dcfa3074982e5b48e27d452dbbb authored by Junio C Hamano on 15 March 2018, 22:01:05 UTC
Git 2.17-rc0
Tip revision: 0afbf6c
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