mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00:00
0009d3501b
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
10 lines
208 B
C
10 lines
208 B
C
#ifndef SVNDIFF_H
|
|
#define SVNDIFF_H
|
|
|
|
struct line_buffer;
|
|
struct sliding_view;
|
|
|
|
extern int svndiff0_apply(struct line_buffer *delta, off_t delta_len,
|
|
struct sliding_view *preimage, FILE *postimage);
|
|
|
|
#endif
|