svn_client_status4

Function svn_client_status4 

Source
pub unsafe extern "C" fn svn_client_status4(
    result_rev: *mut svn_revnum_t,
    path: *const c_char,
    revision: *const svn_opt_revision_t,
    status_func: svn_wc_status_func3_t,
    status_baton: *mut c_void,
    depth: svn_depth_t,
    get_all: svn_boolean_t,
    update: svn_boolean_t,
    no_ignore: svn_boolean_t,
    ignore_externals: svn_boolean_t,
    changelists: *const apr_array_header_t,
    ctx: *mut svn_client_ctx_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Same as svn_client_status5(), but using #svn_wc_status_func3_t instead of #svn_client_status_func_t and depth_as_sticky set to TRUE.

@since New in 1.6. @deprecated Provided for backward compatibility with the 1.6 API.