pub unsafe extern "C" fn svn_txdelta_send_txstream(
txstream: *mut svn_txdelta_stream_t,
handler: svn_txdelta_window_handler_t,
handler_baton: *mut c_void,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Send the contents of @a txstream to window-handler @a handler/@a baton. Windows will be extracted from the stream and delivered to the handler.
All temporary allocation is performed in @a pool.