svn_info_dup

Function svn_info_dup 

Source
pub unsafe extern "C" fn svn_info_dup(
    info: *const svn_info_t,
    pool: *mut apr_pool_t,
) -> *mut svn_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.3. @deprecated Provided for backward compatibility with the 1.6 API. The new API is #svn_client_info2_dup().