Fix compilation error when MSG_STORAGE_ENABLED is not defined.

This commit is contained in:
Ghislain MARY 2013-08-19 15:42:30 +02:00
parent e033f0ed69
commit 4462b0aed0

View file

@ -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){