Function gnunet_sys::GNUNET_MQ_assoc_remove[][src]

pub unsafe extern "C" fn GNUNET_MQ_assoc_remove(
    mq: *mut GNUNET_MQ_Handle,
    request_id: u32
) -> *mut c_void

Remove the association for a @a request_id

@param mq the message queue with the association @param request_id the request id we want to remove @return the associated data