From 254e19a638bebc4bc468f0415eddf7e4ccff7e02 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 10 Mar 2023 20:47:00 +0300 Subject: Chat_Mute / Chat_IsMuted: helpers for group chats' muting --- include/m_chat_int.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 6aa2bee8a6..a2b9c98587 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -387,7 +387,8 @@ EXTERN_C MIR_APP_DLL(int) Chat_GetTextPixelSize(const wchar_t *pszText, HFONT hF EXTERN_C MIR_APP_DLL(bool) Chat_GetDefaultEventDescr(const SESSION_INFO *si, const LOGINFO *lin, CMStringW &res); // sets mute mode for a group chat -EXTERN_C MIR_APP_DLL(void) Chat_Mute(SESSION_INFO *si, int mode); +EXTERN_C MIR_APP_DLL(int) Chat_IsMuted(MCONTACT hContact); +EXTERN_C MIR_APP_DLL(void) Chat_Mute(MCONTACT hContact, int mode); ///////////////////////////////////////////////////////////////////////////////////////// // common settings -- cgit v1.2.3