From 0106b105c7ac842eec10c5683be41cb50fd2e26c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 30 Mar 2023 22:06:05 +0300 Subject: fix for #3471 applied to StdMsg & Scriver --- include/m_chat_int.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index a54d900cdd..cf0e1b5778 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -389,6 +389,12 @@ EXTERN_C MIR_APP_DLL(bool) Chat_GetDefaultEventDescr(const SESSION_INFO *si, con EXTERN_C MIR_APP_DLL(int) Chat_IsMuted(MCONTACT hContact); EXTERN_C MIR_APP_DLL(void) Chat_Mute(MCONTACT hContact, int mode); +// resets filters for all session +MIR_APP_DLL(void) Chat_ReconfigureFilters(); + +// sets filters for a session +MIR_APP_DLL(void) Chat_SetFilters(SESSION_INFO *si); + ///////////////////////////////////////////////////////////////////////////////////////// // common settings -- cgit v1.2.3