pub unsafe extern "C" fn svn_wc_conflict_version_dup(
version: *const svn_wc_conflict_version_t,
pool: *mut apr_pool_t,
) -> *mut svn_wc_conflict_version_t
Expand description
Return a duplicate of @a version, allocated in @a pool. No part of the new version will be shared with @a version.
@since New in 1.6.