pub unsafe extern "C" fn svn_repos_path(
repos: *mut svn_repos_t,
pool: *mut apr_pool_t,
) -> *const c_char
Expand description
Return the top-level repository path allocated in @a pool.
pub unsafe extern "C" fn svn_repos_path(
repos: *mut svn_repos_t,
pool: *mut apr_pool_t,
) -> *const c_char
Return the top-level repository path allocated in @a pool.