svn_wc_get_update_editor

Function svn_wc_get_update_editor 

Source
pub unsafe extern "C" fn svn_wc_get_update_editor(
    target_revision: *mut svn_revnum_t,
    anchor: *mut svn_wc_adm_access_t,
    target: *const c_char,
    use_commit_times: svn_boolean_t,
    recurse: svn_boolean_t,
    notify_func: svn_wc_notify_func_t,
    notify_baton: *mut c_void,
    cancel_func: svn_cancel_func_t,
    cancel_baton: *mut c_void,
    diff3_cmd: *const c_char,
    editor: *mut *const svn_delta_editor_t,
    edit_baton: *mut *mut c_void,
    ti: *mut svn_wc_traversal_info_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_wc_get_update_editor2(), but takes an svn_wc_notify_func_t instead.

@deprecated Provided for backward compatibility with the 1.1 API.