From 4272b608a906a0759fb2a18a3bf88499ddb070e5 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Thu, 21 Sep 2017 16:36:02 +0200 Subject: [PATCH] fix(core): remove useless typedef --- include/linphone/api/c-types.h | 2 +- include/linphone/types.h | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/include/linphone/api/c-types.h b/include/linphone/api/c-types.h index 7cf35f798..b1d48dc13 100644 --- a/include/linphone/api/c-types.h +++ b/include/linphone/api/c-types.h @@ -105,7 +105,7 @@ typedef struct _LinphoneChatRoomCbs LinphoneChatRoomCbs; * An chat message is the object that is sent and received through LinphoneChatRooms. * @ingroup chatroom */ -typedef struct _LinphoneMessage LinphoneMessage; +typedef struct _LinphoneChatMessage LinphoneChatMessage; /** * An object to handle the callbacks for the handling a LinphoneChatMessage objects. diff --git a/include/linphone/types.h b/include/linphone/types.h index 9690ed1d2..c8043e4f5 100644 --- a/include/linphone/types.h +++ b/include/linphone/types.h @@ -318,19 +318,6 @@ typedef enum _LinphoneCallStatus { LinphoneCallDeclinedElsewhere /**