From 942b3aac4796fed613a4cb43c82ef528ea1f2613 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Tue, 24 Oct 2017 11:21:30 +0200 Subject: [PATCH] fix(c-types): sort --- include/linphone/api/c-types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.