Sign in
googlers
/
jrn
/
git
/
8c8e5bd6eb331d055aa7fa6345f6dcdadd658979
/
.
/
vcs-svn
/
svndiff.h
blob: 10a2cbc40ec1c1ec7a97e967e3420b0b819f6641 [
file
] [
log
] [
blame
]
#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