svn_wc_diff4

Function svn_wc_diff4 

Source
pub unsafe extern "C" fn svn_wc_diff4(
    anchor: *mut svn_wc_adm_access_t,
    target: *const c_char,
    callbacks: *const svn_wc_diff_callbacks2_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_diff5(), but with a #svn_wc_diff_callbacks2_t argument instead of #svn_wc_diff_callbacks3_t.

@since New in 1.5. @deprecated Provided for backward compatibility with the 1.5 API.