vcs-svn / svndiff.hon commit l10n: bg.po: Updated Bulgarian translation (4577t) (47e80a2)
   1#ifndef SVNDIFF_H
   2#define SVNDIFF_H
   3
   4struct line_buffer;
   5struct sliding_view;
   6
   7int svndiff0_apply(struct line_buffer *delta, off_t delta_len,
   8                   struct sliding_view *preimage, FILE *postimage);
   9
  10#endif