pub unsafe extern "C" fn svn_ra_initialize(
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Initialize the RA library. This function must be called before using any function in this header, except the deprecated APIs based on @c svn_ra_plugin_t, or svn_ra_version(). This function must not be called simultaneously in multiple threads. @a pool must live longer than any open RA sessions.
@since New in 1.2.