svn_fs_info_dup

Function svn_fs_info_dup 

Source
pub unsafe extern "C" fn svn_fs_info_dup(
    info: *const c_void,
    result_pool: *mut apr_pool_t,
    scratch_pool: *mut apr_pool_t,
) -> *mut c_void
Expand description

Return a duplicate of @a info, allocated in @a result_pool. The returned struct will be of the same type as the passed-in struct, which itself must have been returned from svn_fs_info() or svn_fs_info_dup(). No part of the new structure will be shared with @a info (except static string constants). Use @a scratch_pool for temporary allocations.

@see #svn_fs_info_placeholder_t, #svn_fs_fsfs_info_t

@since New in 1.9.