pub unsafe extern "C" fn svn_wc_cleanup(
path: *const c_char,
optional_adm_access: *mut svn_wc_adm_access_t,
diff3_cmd: *const c_char,
cancel_func: svn_cancel_func_t,
cancel_baton: *mut c_void,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_wc_cleanup2(). @a optional_adm_access is an historic relic and not used, it may be NULL.
@deprecated Provided for backward compatibility with the 1.1 API.