pub unsafe extern "C" fn svn_stream_contents_same2(
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
Set @a *same to TRUE if @a stream1 and @a stream2 have the same contents, else set it to FALSE.
Both streams will be closed before this function returns (regardless of the result, or any possible error).
Use @a scratch_pool for temporary allocations.
@since New in 1.7.