pub unsafe extern "C" fn svn_client_blame3(
path_or_url: *const c_char,
peg_revision: *const svn_opt_revision_t,
start: *const svn_opt_revision_t,
end: *const svn_opt_revision_t,
diff_options: *const svn_diff_file_options_t,
ignore_mime_type: svn_boolean_t,
receiver: svn_client_blame_receiver_t,
receiver_baton: *mut c_void,
ctx: *mut svn_client_ctx_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_client_blame4(), but with @a include_merged_revisions set to FALSE, and using a #svn_client_blame_receiver2_t as the receiver.
@deprecated Provided for backwards compatibility with the 1.4 API.
@since New in 1.4.