fix(core): remove useless typedef

This commit is contained in:
Ronan Abhamon 2017-09-21 16:36:02 +02:00
parent 6f14954482
commit 4272b608a9
2 changed files with 1 additions and 14 deletions

View file

@ -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.

View file

@ -318,19 +318,6 @@ typedef enum _LinphoneCallStatus {
LinphoneCallDeclinedElsewhere /**<The call was declined on another device*/
} LinphoneCallStatus;
/**
* A chat room message to hold content to be sent.
* Can be created by linphone_chat_room_create_message().
* @ingroup chatroom
*/
typedef struct _LinphoneChatMessage LinphoneChatMessage;
/**
* An object to handle the callbacks for the handling a LinphoneChatMessage objects.
* @ingroup chatroom
*/
typedef struct _LinphoneChatMessageCbs LinphoneChatMessageCbs;
/**
* LinphoneChatMessageState is used to notify if messages have been succesfully delivered or not.
* @ingroup chatroom