Function gnunet_sys::GNUNET_BIO_write_spec_commit[][src]

pub unsafe extern "C" fn GNUNET_BIO_write_spec_commit(
    h: *mut GNUNET_BIO_WriteHandle,
    ws: *mut GNUNET_BIO_WriteSpec
) -> c_int

Execute the write specifications in order.

@param h the IO handle to write to @param ws array of write specs the last element must be #GNUNET_BIO_write_spec_end @return #GNUNET_OK on success, #GNUNET_SYSERR otherwise