projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'rr/doc-merge-strategies' into maint
[git]
/
vcs-svn
/
svndiff.h
1
#ifndef SVNDIFF_H_
2
#define SVNDIFF_H_
3
4
struct line_buffer;
5
struct sliding_view;
6
7
extern int svndiff0_apply(struct line_buffer *delta, off_t delta_len,
8
struct sliding_view *preimage, FILE *postimage);
9
10
#endif