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