Sign in
googlers
/
jrn
/
git
/
6600dcbd30b7b8258dba0c34931b54d8f4913d1a
/
.
/
vcs-svn
/
svndiff.h
blob: 74eb464bab22eae4af4d1a3228da5964bbc0c568 [
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