pub unsafe extern "C" fn svn_ra_init_ra_libs(
ra_baton: *mut *mut c_void,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Initialize the compatibility wrapper, using @a pool for any allocations. The caller must hold on to @a ra_baton as long as the RA library is used.
@deprecated Provided for backward compatibility with the 1.1 API.