svn_client_commit_item3_dup

Function svn_client_commit_item3_dup 

Source
pub unsafe extern "C" fn svn_client_commit_item3_dup(
    item: *const svn_client_commit_item3_t,
    pool: *mut apr_pool_t,
) -> *mut svn_client_commit_item3_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, except for the adm_access member.

@since New in 1.5.