svn_repos_get_fs_build_parser2

Function svn_repos_get_fs_build_parser2 

Source
pub unsafe extern "C" fn svn_repos_get_fs_build_parser2(
    parser: *mut *const svn_repos_parse_fns2_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_parser3(), but with @a outstream in place if a #svn_repos_notify_func_t and baton and with @a validate_props always FALSE.

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