mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 17:29:20 +00:00
Fixed wrong type in header
This commit is contained in:
parent
af0db8a7ea
commit
eb33a86e21
1 changed files with 1 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ LINPHONE_PUBLIC LinphoneChatMessageCbs * linphone_chat_message_get_callbacks(con
|
|||
* @param[in] msg LinphoneChatMessage object
|
||||
* @param[in] c_content LinphoneContent object
|
||||
*/
|
||||
LINPHONE_PUBLIC void linphone_chat_message_add_text_content(LinphoneChatMessage *msg, const LinphoneContent *c_content);
|
||||
LINPHONE_PUBLIC void linphone_chat_message_add_text_content(LinphoneChatMessage *msg, const char *c_content);
|
||||
|
||||
/**
|
||||
* Returns true if the chat message has a text content
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue