git/vcs-svn/svndiff.h

11 lines
204 B
C
Raw Normal View History

#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