svn_repos_authz_initialize

Function svn_repos_authz_initialize 

Source
pub unsafe extern "C" fn svn_repos_authz_initialize(
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

This should be called before any other authz function.

@a pool must support multi-threaded access if the application will use authz from multiple threads.

@since New in 1.10.