pub unsafe extern "C" fn svn_wc_entry_dup(
entry: *const svn_wc_entry_t,
pool: *mut apr_pool_t,
) -> *mut svn_wc_entry_t
Expand description
Return a duplicate of @a entry, allocated in @a pool. No part of the new entry will be shared with @a entry.
@deprecated Provided for backward compatibility with the 1.6 API.