pub unsafe extern "C" fn svn_io_files_contents_three_same_p(
same12: *mut svn_boolean_t,
same23: *mut svn_boolean_t,
same13: *mut svn_boolean_t,
file1: *const c_char,
file2: *const c_char,
file3: *const c_char,
scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Set @a *same12 to TRUE if @a file1 and @a file2 have the same contents, else set it to FALSE. Do the similar for @a *same23 with @a file2 and @a file3, and @a *same13 for @a file1 and @a file3. The filenames @a file1, @a file2 and @a file3 are utf8-encoded. Use @a scratch_pool for temporary allocations.
@since New in 1.8.