pub unsafe extern "C" fn svn_txdelta_target_push(
handler: svn_txdelta_window_handler_t,
handler_baton: *mut c_void,
source: *mut svn_stream_t,
pool: *mut apr_pool_t,
) -> *mut svn_stream_t
Expand description
Return a writable stream which, when fed target data, will send delta windows to @a handler/@a handler_baton which transform the data in @a source to the target data. As usual, the window handler will receive a NULL window to signify the end of the window stream. The stream handler functions will read data from @a source as necessary.
@since New in 1.1.