pub unsafe extern "C" fn svn_wc_check_wc(
path: *const c_char,
wc_format: *mut c_int,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_wc_check_wc2(), but with a relative path and no supplied working copy context.
@deprecated Provided for backward compatibility with the 1.6 API.