svn_client_status3

Function svn_client_status3 

Source
pub unsafe extern "C" fn svn_client_status3(
    result_rev: *mut svn_revnum_t,
    path: *const c_char,
    revision: *const svn_opt_revision_t,
    status_func: svn_wc_status_func2_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_status4(), but using an #svn_wc_status_func2_t instead of an #svn_wc_status_func3_t.

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