https://github.com/git/git
Revision a8732f64978ed5debd60a3f49c85421b2e769492 authored by Miu Mok on 29 January 2020, 22:53:31 UTC, committed by GitHub on 29 January 2020, 22:53:31 UTC
1 parent a6c87f2
Raw File
Tip revision: a8732f64978ed5debd60a3f49c85421b2e769492 authored by Miu Mok on 29 January 2020, 22:53:31 UTC
Revert "Create greetings.yml"
Tip revision: a8732f6
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