pub unsafe extern "C" fn svn_diff_diff3(
diff: *mut *mut svn_diff_t,
diff_baton: *mut c_void,
diff_fns: *const svn_diff_fns_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Like svn_diff_diff3_2() but using #svn_diff_fns_t instead of #svn_diff_fns2_t.
@deprecated Provided for backward compatibility with the 1.6 API.