From a366c02623b307f508a217364fef0853265f4ce4 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Sun, 5 Feb 2017 17:37:11 +0100 Subject: [PATCH] add missing stub --- coreapi/message_storage.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/coreapi/message_storage.c b/coreapi/message_storage.c index 80cecee5c..dd62ec625 100644 --- a/coreapi/message_storage.c +++ b/coreapi/message_storage.c @@ -953,4 +953,7 @@ int linphone_chat_room_get_history_size(LinphoneChatRoom *cr){ return 0; } +void linphone_chat_message_store_update(LinphoneChatMessage *msg){ +} + #endif