/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
*.[ch]: manually align parameter lists
[git/git.git]
/
vcs-svn
/
svndiff.h
Commit
Line
Data
0009d350
RJ
1
#ifndef SVNDIFF_H
2
#define SVNDIFF_H
ddcc8c5b
JN
3
4
struct line_buffer;
5
struct sliding_view;
6
55454427
7
int svndiff0_apply(struct line_buffer *delta, off_t delta_len,
ad6dad09
8
struct sliding_view *preimage, FILE *postimage);
ddcc8c5b
JN
9
10
#endif