pub unsafe extern "C" fn svn_wc_is_wc_root(
wc_root: *mut svn_boolean_t,
path: *const c_char,
adm_access: *mut svn_wc_adm_access_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_wc_is_wc_root2(), but with an access baton and relative path.
@note If @a path is ‘’, this function will always return @c TRUE.
@deprecated Provided for backward compatibility with the 1.6 API.