pub unsafe extern "C" fn svn_repos_get_fs_build_parser(
parser: *mut *const svn_repos_parser_fns_t,
parse_baton: *mut *mut c_void,
repos: *mut svn_repos_t,
use_history: svn_boolean_t,
uuid_action: svn_repos_load_uuid,
outstream: *mut svn_stream_t,
parent_dir: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_repos_get_fs_build_parser2(), but yields the more limited svn_repos_parser_fns_t vtable type.
@deprecated Provided for backward compatibility with the 1.0 API.