pub unsafe extern "C" fn svn_wc_adm_close(
adm_access: *mut svn_wc_adm_access_t,
) -> *mut svn_error_t
Expand description
Similar to svn_wc_adm_close2(), but with the internal pool of @a adm_access used for temporary allocations.
@deprecated Provided for backward compatibility with the 1.5 API.