pub unsafe extern "C" fn svn_repos_authz_parse(
authz_p: *mut *mut svn_authz_t,
stream: *mut svn_stream_t,
groups_stream: *mut svn_stream_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_repos_authz_parse2(), but with @a warning_func and @a warning_baton set to @c NULL.
@since New in 1.8. @deprecated Provided for backward compatibility with the 1.11 API.