Function gnunet_sys::GNUNET_BIO_read_spec_commit[][src]

pub unsafe extern "C" fn GNUNET_BIO_read_spec_commit(
    h: *mut GNUNET_BIO_ReadHandle,
    rs: *mut GNUNET_BIO_ReadSpec
) -> c_int

Execute the read specifications in order.

@param h the IO handle to read from @param rs array of read specs the last element must be #GNUNET_BIO_read_spec_end @return #GNUNET_OK on success, #GNUNET_SYSERR otherwise