dc_iostream_flush

Function dc_iostream_flush 

Source
pub unsafe extern "C" fn dc_iostream_flush(
    iostream: *mut dc_iostream_t,
) -> dc_status_t
Expand description

Flush the internal output buffer and wait until the data has been transmitted.

@param[in] iostream A valid I/O stream. @returns #DC_STATUS_SUCCESS on success, or another #dc_status_t code on failure.