pub unsafe extern "C" fn svn_wc_get_diff_editor2(
anchor: *mut svn_wc_adm_access_t,
target: *const c_char,
callbacks: *const svn_wc_diff_callbacks_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_editor3(), but with an #svn_wc_diff_callbacks_t instead of #svn_wc_diff_callbacks2_t.
@deprecated Provided for backward compatibility with the 1.1 API.