svn_client_create_context

Function svn_client_create_context 

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

Similar to svn_client_create_context2 but passes a NULL @a cfg_hash.

@deprecated Provided for backward compatibility with the 1.7 API.