root/vcs-svn/svndiff.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


#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

/* [<][>][^][v][top][bottom][index][help] */