svn_fs_open

Function svn_fs_open 

Source
pub unsafe extern "C" fn svn_fs_open(
    fs_p: *mut *mut svn_fs_t,
    path: *const c_char,
    fs_config: *mut apr_hash_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Like svn_fs_open2(), but without @a scratch_pool.

@deprecated Provided for backward compatibility with the 1.8 API. @since New in 1.1.