svn_wc_get_prop_diffs

Function svn_wc_get_prop_diffs 

Source
pub unsafe extern "C" fn svn_wc_get_prop_diffs(
    propchanges: *mut *mut apr_array_header_t,
    original_props: *mut *mut apr_hash_t,
    path: *const c_char,
    adm_access: *mut svn_wc_adm_access_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_wc_get_prop_diffs2(), but with a #svn_wc_adm_access_t / relative path parameter pair.

@deprecated Provided for backwards compatibility with the 1.6 API.