svn_wc_queue_committed

Function svn_wc_queue_committed 

Source
pub unsafe extern "C" fn svn_wc_queue_committed(
    queue: *mut *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,
    digest: *const c_uchar,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Same as svn_wc_queue_committed2() but the @a queue parameter has an extra indirection and @a digest is supplied instead of a checksum type.

@note despite the extra indirection, this function does NOT allocate the queue for you. svn_wc_committed_queue_create() must be called.

@since New in 1.5

@deprecated Provided for backwards compatibility with 1.5