pub unsafe extern "C" fn svn_repos_recover(
path: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_repos_recover2(), but with nonblocking set to FALSE, and with no callbacks provided.
@deprecated Provided for backward compatibility with the 1.0 API.