pub unsafe extern "C" fn svn_wc_committed_queue_create(
pool: *mut apr_pool_t,
) -> *mut svn_wc_committed_queue_t
Expand description
Create a queue for use with svn_wc_queue_committed() and svn_wc_process_committed_queue().
The returned queue and all further allocations required for queuing new items will also be done from @a pool.
@since New in 1.5.