pub unsafe extern "C" fn svn_wc_queue_committed2(
queue: *mut svn_wc_committed_queue_t,
path: *const c_char,
adm_access: *mut svn_wc_adm_access_t,
recurse: svn_boolean_t,
wcprop_changes: *const apr_array_header_t,
remove_lock: svn_boolean_t,
remove_changelist: svn_boolean_t,
md5_checksum: *const svn_checksum_t,
scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Same as svn_wc_queue_committed3() except @a path doesn’t have to be an abspath and @a adm_access is unused and a SHA-1 checksum cannot be specified.
@since New in 1.6.
@deprecated Provided for backwards compatibility with the 1.6 API.