svn_client_status_dup

Function svn_client_status_dup 

Source
pub unsafe extern "C" fn svn_client_status_dup(
    status: *const svn_client_status_t,
    result_pool: *mut apr_pool_t,
) -> *mut svn_client_status_t
Expand description

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

@since New in 1.7.