pub unsafe extern "C" fn svn_io_files_contents_same_p(
same: *mut svn_boolean_t,
file1: *const c_char,
file2: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Set @a *same to TRUE if @a file1 and @a file2 have the same contents, else set it to FALSE. Use @a pool for temporary allocations.