pub unsafe extern "C" fn svn_repos_history(
fs: *mut svn_fs_t,
path: *const c_char,
history_func: svn_repos_history_func_t,
history_baton: *mut c_void,
start: svn_revnum_t,
end: svn_revnum_t,
cross_copies: svn_boolean_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_repos_history2(), but with @a authz_read_func and @a authz_read_baton always set to NULL.
@deprecated Provided for backward compatibility with the 1.0 API.