pub unsafe extern "C" fn svn_fs_create(
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_create2(), but without @a scratch_pool.
@deprecated Provided for backward compatibility with the 1.9 API. @since New in 1.1.