diff --git a/include/linphone/api/c-types.h b/include/linphone/api/c-types.h index 6eb782d4d..c7d4488c8 100644 --- a/include/linphone/api/c-types.h +++ b/include/linphone/api/c-types.h @@ -128,12 +128,12 @@ typedef struct _LinphoneDialPlan LinphoneDialPlan; // ----------------------------------------------------------------------------- typedef struct _LinphoneCallEvent LinphoneCallEvent; +typedef struct _LinphoneConferenceChatMessageEvent LinphoneConferenceChatMessageEvent; typedef struct _LinphoneConferenceEvent LinphoneConferenceEvent; -typedef struct _LinphoneConferenceParticipantEvent LinphoneConferenceParticipantEvent; typedef struct _LinphoneConferenceParticipantDeviceEvent LinphoneConferenceParticipantDeviceEvent; +typedef struct _LinphoneConferenceParticipantEvent LinphoneConferenceParticipantEvent; typedef struct _LinphoneConferenceSubjectEvent LinphoneConferenceSubjectEvent; typedef struct _LinphoneEventLog LinphoneEventLog; -typedef struct _LinphoneConferenceChatMessageEvent LinphoneConferenceChatMessageEvent; // ============================================================================= // C Enums.