svn_client_diff2

Function svn_client_diff2 

Source
pub unsafe extern "C" fn svn_client_diff2(
    diff_options: *const apr_array_header_t,
    path1: *const c_char,
    revision1: *const svn_opt_revision_t,
    path2: *const c_char,
    revision2: *const svn_opt_revision_t,
    recurse: svn_boolean_t,
    ignore_ancestry: svn_boolean_t,
    no_diff_deleted: svn_boolean_t,
    ignore_content_type: svn_boolean_t,
    outfile: *mut apr_file_t,
    errfile: *mut apr_file_t,
    ctx: *mut svn_client_ctx_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_client_diff3(), but with @a header_encoding set to @c APR_LOCALE_CHARSET.

@deprecated Provided for backward compatibility with the 1.2 API. @since New in 1.2.