pub unsafe extern "C" fn svn_client_status5(
result_rev: *mut svn_revnum_t,
ctx: *mut svn_client_ctx_t,
path: *const c_char,
revision: *const svn_opt_revision_t,
depth: svn_depth_t,
get_all: svn_boolean_t,
update: svn_boolean_t,
no_ignore: svn_boolean_t,
ignore_externals: svn_boolean_t,
depth_as_sticky: svn_boolean_t,
changelists: *const apr_array_header_t,
status_func: svn_client_status_func_t,
status_baton: *mut c_void,
scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Same as svn_client_status6(), but with @a check_out_of_date set to @a update and @a check_working_copy set to @c TRUE.
@since New in 1.7. @deprecated Provided for backward compatibility with the 1.8 API.