Welcome to mirror list, hosted at ThFree Co, Russian Federation.

svndiff.h « vcs-svn - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 74eb464bab22eae4af4d1a3228da5964bbc0c568 (plain)
1
2
3
4
5
6
7
8
9
10
#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