svn_prop_dup

Function svn_prop_dup 

Source
pub unsafe extern "C" fn svn_prop_dup(
    prop: *const svn_prop_t,
    pool: *mut apr_pool_t,
) -> *mut svn_prop_t
Expand description

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

@since New in 1.3.