pub unsafe extern "C" fn svn_diff_mem_string_output_unified(
output_stream: *mut svn_stream_t,
diff: *mut svn_diff_t,
original_header: *const c_char,
modified_header: *const c_char,
header_encoding: *const c_char,
original: *const svn_string_t,
modified: *const svn_string_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_diff_mem_string_output_unified2() but with @a with_diff_header always set to TRUE and @a hunk_delimiter always set to NULL.
@since New in 1.5.
@deprecated Provided for backwards compatibility with the 1.8 API.