pub unsafe extern "C" fn svn_wc_dup_status2(
orig_stat: *const svn_wc_status2_t,
pool: *mut apr_pool_t,
) -> *mut svn_wc_status2_t
Expand description
Same as svn_wc_dup_status3(), but for older svn_wc_status_t structures.
@since New in 1.2 @deprecated Provided for backward compatibility with the 1.6 API.