diff --git a/include/linphone/chat.h b/include/linphone/chat.h index 770ae34f4..517834b79 100644 --- a/include/linphone/chat.h +++ b/include/linphone/chat.h @@ -110,7 +110,11 @@ typedef LinphoneBuffer * (*LinphoneChatMessageCbsFileTransferSendCb)(LinphoneCha */ typedef void (*LinphoneChatMessageCbsFileTransferProgressIndicationCb)(LinphoneChatMessage *message, const LinphoneContent* content, size_t offset, size_t total); - +/** + * Set the chat database path. + * @param lc the linphone core + * @param path the database path + */ LINPHONE_PUBLIC void linphone_core_set_chat_database_path(LinphoneCore *lc, const char *path); /**