svn_repos_parse_dumpstream

Function svn_repos_parse_dumpstream 

Source
pub unsafe extern "C" fn svn_repos_parse_dumpstream(
    stream: *mut svn_stream_t,
    parse_fns: *const svn_repos_parser_fns_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_dumpstream2(), but uses the more limited #svn_repos_parser_fns_t vtable type.

@deprecated Provided for backward compatibility with the 1.0 API.