mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 12:08:11 +00:00
Fix compilation error when MSG_STORAGE_ENABLED is not defined.
This commit is contained in:
parent
e033f0ed69
commit
4462b0aed0
1 changed files with 1 additions and 0 deletions
|
|
@ -304,6 +304,7 @@ void linphone_core_message_storage_close(LinphoneCore *lc){
|
|||
#else
|
||||
|
||||
unsigned int linphone_chat_message_store(LinphoneChatMessage *cr){
|
||||
return 0;
|
||||
}
|
||||
|
||||
void linphone_chat_message_store_state(LinphoneChatMessage *cr){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue