pub unsafe extern "C" fn svn_repos_authz_read(
authz_p: *mut *mut svn_authz_t,
file: *const c_char,
must_exist: svn_boolean_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_repos_authz_read2(), but with @a groups_path and @a repos_root always passed as @c NULL.
@since New in 1.3. @deprecated Provided for backward compatibility with the 1.7 API.