pub unsafe extern "C" fn svn_diff_file_diff(
diff: *mut *mut svn_diff_t,
original: *const c_char,
modified: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_file_diff_2(), but with @a options set to a struct with default options.
@deprecated Provided for backwards compatibility with the 1.3 API.