svn_io_file_rename

Function svn_io_file_rename 

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

Similar to svn_io_file_rename2(), but with @a flush_to_disk set to @c FALSE.

@deprecated Provided for backward compatibility with the 1.9 API