svn_diff_file_diff3_2

Function svn_diff_file_diff3_2 

Source
pub unsafe extern "C" fn svn_diff_file_diff3_2(
    diff: *mut *mut svn_diff_t,
    original: *const c_char,
    modified: *const c_char,
    latest: *const c_char,
    options: *const svn_diff_file_options_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

A convenience function to produce a diff between three files.

@since New in 1.4.

Return a diff object in @a *diff (allocated from @a pool) that represents the difference between an @a original file, @a modified file, and @a latest file.

Compare lines according to the relevant fields of @a options.