pub unsafe extern "C" fn svn_repos_delete(
path: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Destroy the Subversion repository found at @a path, using @a pool for any necessary allocations.
pub unsafe extern "C" fn svn_repos_delete(
path: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Destroy the Subversion repository found at @a path, using @a pool for any necessary allocations.