pub unsafe extern "C" fn svn_wc_get_diff_editor3(
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,
use_text_base: svn_boolean_t,
reverse_order: svn_boolean_t,
cancel_func: svn_cancel_func_t,
cancel_baton: *mut c_void,
editor: *mut *const svn_delta_editor_t,
edit_baton: *mut *mut c_void,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_wc_get_diff_editor4(), but with @a changelist_filter passed as @c NULL, and @a depth set to #svn_depth_infinity if @a recurse is TRUE, or #svn_depth_files if @a recurse is FALSE.
@deprecated Provided for backward compatibility with the 1.4 API.
@since New in 1.2.