pub unsafe extern "C" fn svn_wc_external_item_dup(
item: *const svn_wc_external_item_t,
pool: *mut apr_pool_t,
) -> *mut svn_wc_external_item_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.3.
@deprecated Provided for backward compatibility with the 1.4 API.