pub unsafe extern "C" fn svn_wc_remove_lock(
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_remove_lock2(), but with a #svn_wc_adm_access_t / relative path parameter pair.
@deprecated Provided for backward compatibility with the 1.6 API. @since New in 1.2.