pub unsafe extern "C" fn svn_wc__conflict_description2_dup(
conflict: *const svn_wc_conflict_description2_t,
result_pool: *mut apr_pool_t,
) -> *mut svn_wc_conflict_description2_t
Expand description
Like svn_wc_conflict_description2_dup(), but is improperly named as a private function when it is intended to be a public API.
@since New in 1.7. @deprecated Provided for backward compatibility with the 1.8 API.