pub unsafe extern "C" fn svn_stream_contents_same(
same: *mut svn_boolean_t,
stream1: *mut svn_stream_t,
stream2: *mut svn_stream_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Same as svn_stream_contents_same2(), but the streams will not be closed.
@since New in 1.4. @deprecated Provided for backward compatibility with the 1.6 API.