svn_repos_parse_dumpstream2

Function svn_repos_parse_dumpstream2 

Source
pub unsafe extern "C" fn svn_repos_parse_dumpstream2(
    stream: *mut svn_stream_t,
    parse_fns: *const svn_repos_parser_fns2_t,
    parse_baton: *mut c_void,
    cancel_func: svn_cancel_func_t,
    cancel_baton: *mut c_void,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_repos_parse_dumpstream3(), but uses the more limited #svn_repos_parser_fns2_t vtable type.

@deprecated Provided for backward compatibility with the 1.7 API.