svn_client_commit_item2_dup

Function svn_client_commit_item2_dup 

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

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

@deprecated Provided for backward compatibility with the 1.4 API.