pub unsafe extern "C" fn svn_repos_pre_unlock_hook(
repos: *mut svn_repos_t,
pool: *mut apr_pool_t,
) -> *const c_char
Expand description
Return the path to @a repos’s pre-unlock hook, allocated in @a pool.
pub unsafe extern "C" fn svn_repos_pre_unlock_hook(
repos: *mut svn_repos_t,
pool: *mut apr_pool_t,
) -> *const c_char
Return the path to @a repos’s pre-unlock hook, allocated in @a pool.