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