svn_io_remove_dir

Function svn_io_remove_dir 

Source
pub unsafe extern "C" fn svn_io_remove_dir(
    path: *const c_char,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_io_remove_dir2(), but with @a ignore_enoent set to @c FALSE and @a cancel_func and @a cancel_baton set to @c NULL.

@deprecated Provided for backward compatibility with the 1.4 API