diff options
Diffstat (limited to 'include/olm/inbound_group_session.h')
-rw-r--r-- | include/olm/inbound_group_session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/olm/inbound_group_session.h b/include/olm/inbound_group_session.h index ef01038..9b2f9df 100644 --- a/include/olm/inbound_group_session.h +++ b/include/olm/inbound_group_session.h @@ -25,7 +25,7 @@ extern "C" { typedef struct OlmInboundGroupSession OlmInboundGroupSession; /** get the size of an inbound group session, in bytes. */ -size_t olm_inbound_group_session_size(); +size_t olm_inbound_group_session_size(void); /** * Initialise an inbound group session object using the supplied memory |