repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'so/prompt-command'
[alt-git.git]
/
vcs-svn
/
svndiff.h
blob
74eb464bab22eae4af4d1a3228da5964bbc0c568
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