pub unsafe extern "C" fn svn_repos_get_commit_editor3(
editor: *mut *const svn_delta_editor_t,
edit_baton: *mut *mut c_void,
repos: *mut svn_repos_t,
txn: *mut svn_fs_txn_t,
repos_url: *const c_char,
base_path: *const c_char,
user: *const c_char,
log_msg: *const c_char,
callback: svn_commit_callback_t,
callback_baton: *mut c_void,
authz_callback: svn_repos_authz_callback_t,
authz_baton: *mut c_void,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_repos_get_commit_editor4(), but uses the svn_commit_callback_t type.
@since New in 1.3.
@deprecated Provided for backward compatibility with the 1.3 API.