Revision d61226c1118f749280c050555d83560ca0f3bf71 authored by Junio C Hamano on 05 May 2017, 04:18:23 UTC, committed by Junio C Hamano on 05 May 2017, 04:19:10 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent c93ab42
Raw File
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