Revision 5d146f7a0f43c9e5e3f5b5508e482c6390cc25d2 authored by Shawn Pearce on 27 August 2014, 20:46:56 UTC, committed by Junio C Hamano on 28 August 2014, 22:13:55 UTC
The implementation sends an LF, but the protocol documentation was
missing this detail.

Signed-off-by: Shawn Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent d31f3ad
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