about summary refs log tree commit diff
path: root/third_party/git/vcs-svn/svndiff.h
blob: 625d950bb89405a5607b4d313d4ac3f80f14c49c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#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