pub unsafe extern "C" fn svn_wc_remove_from_revision_control(
adm_access: *mut svn_wc_adm_access_t,
name: *const c_char,
destroy_wf: svn_boolean_t,
instant_error: svn_boolean_t,
cancel_func: svn_cancel_func_t,
cancel_baton: *mut c_void,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_wc_remove_from_revision_control2() but with a name and access baton.
WARNING: This routine was exported for careful, measured use by libsvn_client. Do not call this routine unless you really understand what the heck you’re doing.
@deprecated Provided for compatibility with the 1.6 API