Revision 18cfb74f31209007e3a960efa594c25abd8a4cac authored by Junio C Hamano on 19 May 2019, 07:45:26 UTC, committed by Junio C Hamano on 19 May 2019, 07:45:26 UTC
Portability fix for a diff-highlight tool (in contrib/).

* cw/diff-highlight:
  diff-highlight: use correct /dev/null for UNIX and Windows
2 parent s 1294160 + 6804ba3
Raw File
svndiff.h
#ifndef SVNDIFF_H
#define SVNDIFF_H

struct line_buffer;
struct sliding_view;

int svndiff0_apply(struct line_buffer *delta, off_t delta_len,
		   struct sliding_view *preimage, FILE *postimage);

#endif
back to top