svn_repos_check_revision_access

Function svn_repos_check_revision_access 

Source
pub unsafe extern "C" fn svn_repos_check_revision_access(
    access_level: *mut svn_repos_revision_access_level_t,
    repos: *mut svn_repos_t,
    revision: svn_revnum_t,
    authz_read_func: svn_repos_authz_func_t,
    authz_read_baton: *mut c_void,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Set @a access to the access level granted for @a revision in @a repos, as determined by consulting the @a authz_read_func callback function and its associated @a authz_read_baton.

@a authz_read_func may be @c NULL, in which case @a access will be set to #svn_repos_revision_access_full.

@since New in 1.5.