Skip to main content

svn_txdelta_compose_windows

Function svn_txdelta_compose_windows 

Source
pub unsafe extern "C" fn svn_txdelta_compose_windows(
    window_A: *const svn_txdelta_window_t,
    window_B: *const svn_txdelta_window_t,
    pool: *mut apr_pool_t,
) -> *mut svn_txdelta_window_t
Expand description

Compose two delta windows, yielding a third, allocated in @a pool.

@since New in 1.4