https://github.com/git/git
Raw File
Tip revision: 833e48259e23aea76f3765d28d1b2200332301f7 authored by Junio C Hamano on 04 January 2016, 22:06:00 UTC
Git 2.6.5
Tip revision: 833e482
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);

#endif
back to top