pub unsafe extern "C" fn svn_io_run_diff3_2(
exitcode: *mut c_int,
dir: *const c_char,
mine: *const c_char,
older: *const c_char,
yours: *const c_char,
mine_label: *const c_char,
older_label: *const c_char,
yours_label: *const c_char,
merged: *mut apr_file_t,
diff3_cmd: *const c_char,
user_args: *const apr_array_header_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Similar to svn_io_run_diff3_3(), but with @a diff3_cmd encoded in internal encoding used by APR.
@deprecated Provided for backwards compatibility with the 1.5 API. @since New in 1.4.