diff options
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 6 |
1 files changed, 6 insertions, 0 deletions
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
|