Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 9fb2a1fb08330795955dcd5af74d2c64ba258d59 authored by Johannes Schindelin on 12 February 2021, 14:47:48 UTC
Git 2.19.6
Tip revision: 9fb2a1f
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