From 170f3ffab20cd0cea6ccb9c4ff4420f2fdf1f603 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 29 Nov 2023 22:55:29 +0300 Subject: for #3985 - patch for basic groups --- include/m_chat_int.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 66b0b2fdf9..ae50a4eab3 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -280,6 +280,7 @@ struct CHAT_MANAGER USERINFO* (*UM_AddUser)(SESSION_INFO *si, const wchar_t *pszUID, const wchar_t *pszNick, uint16_t wStatus); USERINFO* (*UM_FindUser)(SESSION_INFO *si, const wchar_t *pszUID); USERINFO* (*UM_GiveStatus)(SESSION_INFO *si, const wchar_t *pszUID, uint16_t status); + BOOL (*UM_RemoveAll)(SESSION_INFO *si); USERINFO* (*UM_SetContactStatus)(SESSION_INFO *si, const wchar_t *pszUID, uint16_t status); USERINFO* (*UM_TakeStatus)(SESSION_INFO *si, const wchar_t *pszUID, uint16_t status); wchar_t* (*UM_FindUserAutoComplete)(SESSION_INFO *si, const wchar_t* pszOriginal, const wchar_t* pszCurrent); -- cgit v1.2.3