pub unsafe extern "C" fn svn_diff_diff3_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 three datasources: “original”, “modified”, and “latest”. Do all allocation in @a pool.
@since New in 1.7.