summaryrefslogtreecommitdiff
path: root/vcs-svn/svndiff.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcs-svn/svndiff.h')
-rw-r--r--vcs-svn/svndiff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs-svn/svndiff.h b/vcs-svn/svndiff.h
index 10a2cbc..023799a 100644
--- 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