pub unsafe extern "C" fn svn_diff_diff_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_tExpand 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 an “original” and “modified” datasource. Do all allocation in @a pool.
@since New in 1.7.