pub unsafe extern "C" fn svn_txdelta_window_dup(
window: *const svn_txdelta_window_t,
pool: *mut apr_pool_t,
) -> *mut svn_txdelta_window_t
Expand description
Return a deep copy of @a window, allocated in @a pool.
@since New in 1.3.
pub unsafe extern "C" fn svn_txdelta_window_dup(
window: *const svn_txdelta_window_t,
pool: *mut apr_pool_t,
) -> *mut svn_txdelta_window_t
Return a deep copy of @a window, allocated in @a pool.
@since New in 1.3.