diff options
Diffstat (limited to 'vcs-svn/svndiff.h')
-rw-r--r-- | vcs-svn/svndiff.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcs-svn/svndiff.h b/vcs-svn/svndiff.h index 74eb464bab..625d950bb8 100644 --- a/vcs-svn/svndiff.h +++ b/vcs-svn/svndiff.h @@ -1,10 +1,10 @@ -#ifndef SVNDIFF_H_ -#define SVNDIFF_H_ +#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); +int svndiff0_apply(struct line_buffer *delta, off_t delta_len, + struct sliding_view *preimage, FILE *postimage); #endif |