pub unsafe extern "C" fn svn_client_info2(
path_or_url: *const c_char,
peg_revision: *const svn_opt_revision_t,
revision: *const svn_opt_revision_t,
receiver: svn_info_receiver_t,
receiver_baton: *mut c_void,
depth: svn_depth_t,
changelists: *const apr_array_header_t,
ctx: *mut svn_client_ctx_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_client_info3, but uses an svn_info_receiver_t instead of a #svn_client_info_receiver2_t, and @a path_or_url may be a relative path.
@since New in 1.5. @deprecated Provided for backward compatibility with the 1.6 API.