Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
*.[ch]: remove extern from function declarations using spatch
[gitweb.git]
/
vcs-svn
/
svndiff.h
diff --git
a/vcs-svn/svndiff.h
b/vcs-svn/svndiff.h
index 10a2cbc40ec1c1ec7a97e967e3420b0b819f6641..023799a05cad8d3628a56188a00fba6884330f3b 100644
(file)
--- a/
vcs-svn/svndiff.h
+++ b/
vcs-svn/svndiff.h
@@
-4,7
+4,7
@@
struct line_buffer;
struct sliding_view;
-
extern
int svndiff0_apply(struct line_buffer *delta, off_t delta_len,
+int svndiff0_apply(struct line_buffer *delta, off_t delta_len,
struct sliding_view *preimage, FILE *postimage);
#endif