svn_wc_info_dup

Function svn_wc_info_dup 

Source
pub unsafe extern "C" fn svn_wc_info_dup(
    info: *const svn_wc_info_t,
    pool: *mut apr_pool_t,
) -> *mut svn_wc_info_t
Expand description

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

@since New in 1.7.