Skip to main content

svn_ra_init_ra_libs

Function svn_ra_init_ra_libs 

Source
pub unsafe extern "C" fn svn_ra_init_ra_libs(
    ra_baton: *mut *mut c_void,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand 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.