pub unsafe extern "C" fn svn_diff_diff4_2(
diff: *mut *mut svn_diff_t,
diff_baton: *mut c_void,
diff_fns: *const svn_diff_fns2_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Given a vtable of @a diff_fns/@a diff_baton for reading datasources, return a diff object in @a *diff that represents a difference between two datasources: “original” and “latest”, adjusted to become a full difference between “original”, “modified” and “latest” using “ancestor”. Do all allocation in @a pool.
@since New in 1.7.