pub unsafe extern "C" fn svn_wc_get_ignores(
patterns: *mut *mut apr_array_header_t,
config: *mut apr_hash_t,
adm_access: *mut svn_wc_adm_access_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_wc_get_ignores2(), but with a #svn_wc_adm_access_t parameter in place of #svn_wc_context_t and @c local_abspath parameters.
@since New in 1.3. @deprecated Provided for backwards compatibility with the 1.6 API.