pub unsafe extern "C" fn svn_ra_get_commit_editor(
session: *mut svn_ra_session_t,
editor: *mut *const svn_delta_editor_t,
edit_baton: *mut *mut c_void,
log_msg: *const c_char,
callback: svn_commit_callback_t,
callback_baton: *mut c_void,
lock_tokens: *mut apr_hash_t,
keep_locks: svn_boolean_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Same as svn_ra_get_commit_editor2(), but uses @c svn_commit_callback_t.
@since New in 1.2.
@deprecated Provided for backward compatibility with the 1.3 API.