svn_txdelta_stream_create

Function svn_txdelta_stream_create 

Source
pub unsafe extern "C" fn svn_txdelta_stream_create(
    baton: *mut c_void,
    next_window: svn_txdelta_next_window_fn_t,
    md5_digest: svn_txdelta_md5_digest_fn_t,
    pool: *mut apr_pool_t,
) -> *mut svn_txdelta_stream_t
Expand description

Create and return a generic text delta stream with @a baton, @a next_window and @a md5_digest. Allocate the new stream in @a pool.

@since New in 1.4.