From ec8a7614a371f41937dc1dbc2d53289e45706e3a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 21 May 2023 13:56:23 +0300 Subject: static function pfnGetEvent removed from CLIST_INTERFACE --- include/m_clistint.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/m_clistint.h b/include/m_clistint.h index f2d8c70467..c38a3ff812 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -286,6 +286,8 @@ EXTERN_C MIR_APP_DLL(int) Clist_TrayIconSetBaseInfo(HICON hIcon, const cha EXTERN_C MIR_APP_DLL(void) Clist_TrayIconUpdateBase(const char *szChangedProto); EXTERN_C MIR_APP_DLL(void) Clist_TraySetTimer(); +MIR_APP_DLL(CListEvent*) Clist_GetEvent(MCONTACT hContact, int idx); + EXTERN_C MIR_APP_DLL(ClcCacheEntry*) Clist_GetCacheEntry(MCONTACT hContact); // calculates account's index by its position in status bar @@ -394,7 +396,6 @@ struct CLIST_INTERFACE OBJLIST *events; CListEvent* (*pfnAddEvent)(CLISTEVENT*); - CLISTEVENT* (*pfnGetEvent)(MCONTACT hContact, int idx); int (*pfnRemoveEvent)(MCONTACT hContact, MEVENT hDbEvent); int (*pfnGetImlIconIndex)(HICON hIcon); -- cgit v1.2.3