vcs-svn / svndiff.hon commit dir.c::test_one_path(): work around directory_exists_in_index_icase() breakage (680be04)
   1#ifndef SVNDIFF_H_
   2#define SVNDIFF_H_
   3
   4struct line_buffer;
   5struct sliding_view;
   6
   7extern int svndiff0_apply(struct line_buffer *delta, off_t delta_len,
   8                struct sliding_view *preimage, FILE *postimage);
   9
  10#endif