git-compat-util: suppress unavoidable Apple-specific deprecation warnings
[git.git] / vcs-svn / svndiff.h
blob74eb464bab22eae4af4d1a3228da5964bbc0c568
1 #ifndef SVNDIFF_H_
2 #define SVNDIFF_H_
4 struct line_buffer;
5 struct sliding_view;
7 extern int svndiff0_apply(struct line_buffer *delta, off_t delta_len,
8 struct sliding_view *preimage, FILE *postimage);
10 #endif