[][src]Function olm_sys::olm_outbound_group_session_message_index

pub unsafe extern "C" fn olm_outbound_group_session_message_index(
    session: *mut OlmOutboundGroupSession
) -> u32

Get the current message index for this session.

Each message is sent with an increasing index; this returns the index for the next message.