svn_stream_copy

Function svn_stream_copy 

Source
pub unsafe extern "C" fn svn_stream_copy(
    from: *mut svn_stream_t,
    to: *mut svn_stream_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Same as svn_stream_copy3(), but without the cancellation function or stream closing.

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