pub unsafe extern "C" fn svn_client_blame(
path_or_url: *const c_char,
start: *const svn_opt_revision_t,
end: *const svn_opt_revision_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_blame2() except that @a peg_revision is always the same as @a end.
@deprecated Provided for backward compatibility with the 1.1 API.