pub unsafe extern "C" fn svn_wc_diff5(
anchor: *mut svn_wc_adm_access_t,
target: *const c_char,
callbacks: *const svn_wc_diff_callbacks3_t,
callback_baton: *mut c_void,
depth: svn_depth_t,
ignore_ancestry: svn_boolean_t,
changelist_filter: *const apr_array_header_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_wc_diff6(), but with a #svn_wc_diff_callbacks3_t argument instead of #svn_wc_diff_callbacks4_t, @a show_copies_as_adds, and @a use_git_diff_format set to * @c FALSE. It also doesn’t allow specifying a cancel function.
@since New in 1.6. @deprecated Provided for backward compatibility with the 1.6 API.