repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
submodule--helper: use C99 named initializer
[git.git]
/
vcs-svn
/
svndiff.h
blob
625d950bb89405a5607b4d313d4ac3f80f14c49c
1
#ifndef SVNDIFF_H
2
#define SVNDIFF_H
3
4
struct
line_buffer
;
5
struct
sliding_view
;
6
7
int
svndiff0_apply
(
struct
line_buffer
*
delta
,
off_t delta_len
,
8
struct
sliding_view
*
preimage
,
FILE
*
postimage
);
9
10
#endif