pub unsafe extern "C" fn svn_wc_diff3(
anchor: *mut svn_wc_adm_access_t,
target: *const c_char,
callbacks: *const svn_wc_diff_callbacks2_t,
callback_baton: *mut c_void,
recurse: svn_boolean_t,
ignore_ancestry: svn_boolean_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_wc_diff4(), but with @a changelist_filter passed @c NULL, and @a depth set to #svn_depth_infinity if @a recurse is TRUE, or #svn_depth_files if @a recurse is FALSE.
@since New in 1.2. @deprecated Provided for backward compatibility with the 1.4 API.