svndiff.h 204 B

1234567891011
  1. #ifndef SVNDIFF_H
  2. #define SVNDIFF_H
  3. struct line_buffer;
  4. struct sliding_view;
  5. int svndiff0_apply(struct line_buffer *delta, off_t delta_len,
  6. struct sliding_view *preimage, FILE *postimage);
  7. #endif