svn_wc_external_item2_dup

Function svn_wc_external_item2_dup 

Source
pub unsafe extern "C" fn svn_wc_external_item2_dup(
    item: *const svn_wc_external_item2_t,
    pool: *mut apr_pool_t,
) -> *mut svn_wc_external_item2_t
Expand description

Return a duplicate of @a item, allocated in @a pool. No part of the new item will be shared with @a item.

@since New in 1.5.