pub unsafe extern "C" fn svn_io_write_atomic(
final_path: *const c_char,
buf: *const c_void,
nbytes: apr_size_t,
copy_perms_path: *const c_char,
scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_io_write_atomic2(), but with @a flush_to_disk set to @c TRUE.
@since New in 1.9.
@deprecated Provided for backward compatibility with the 1.9 API