svn_stream_copy2

Function svn_stream_copy2 

Source
pub unsafe extern "C" fn svn_stream_copy2(
    from: *mut svn_stream_t,
    to: *mut svn_stream_t,
    cancel_func: svn_cancel_func_t,
    cancel_baton: *mut c_void,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Same as svn_stream_copy3() but the streams are not closed.

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