pub unsafe extern "C" fn svn_diff_mem_string_output_unified2(
output_stream: *mut svn_stream_t,
diff: *mut svn_diff_t,
with_diff_header: svn_boolean_t,
hunk_delimiter: *const c_char,
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_unified3() but without cancel support and with @a context_size set to -1.
@since New in 1.7. Hunk delimiter “##” has the special meaning since 1.8.
@deprecated Provided for backwards compatibility with the 1.8 API.