pub unsafe extern "C" fn svn_repos_open2(
repos_p: *mut *mut svn_repos_t,
path: *const c_char,
fs_config: *mut apr_hash_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_repos_open3() but without @a scratch_pool.
@deprecated Provided for backward compatibility with 1.8 API. @since New in 1.7.