add missing stub

This commit is contained in:
Simon Morlat 2017-02-05 17:37:11 +01:00
parent fa21f35941
commit a366c02623

View file

@ -953,4 +953,7 @@ int linphone_chat_room_get_history_size(LinphoneChatRoom *cr){
return 0;
}
void linphone_chat_message_store_update(LinphoneChatMessage *msg){
}
#endif