pub unsafe extern "C" fn svn_repos_authz_read3(
authz_p: *mut *mut svn_authz_t,
path: *const c_char,
groups_path: *const c_char,
must_exist: svn_boolean_t,
repos_hint: *mut svn_repos_t,
result_pool: *mut apr_pool_t,
scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_repos_authz_read3(), but with @a warning_func and @a warning_baton set to @c NULL.
@since New in 1.10. @deprecated Provided for backward compatibility with the 1.11 API.