From bfd3e12ac032ccfee48848f419598ff5dcb9f697 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 5 Apr 2018 18:40:11 +0300 Subject: CLIST_INTERFACE::pfnLoadContactTree => Clist_LoadContactTree --- include/delphi/m_clistint.inc | 2 +- include/m_clistint.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/delphi/m_clistint.inc b/include/delphi/m_clistint.inc index 204f10168e..5382bd1f68 100644 --- a/include/delphi/m_clistint.inc +++ b/include/delphi/m_clistint.inc @@ -408,7 +408,7 @@ type (* contact.c *) pfnChangeContactIcon : procedure (hContact:TMCONTACT; iIcon:int; add:int); cdecl; - pfnLoadContactTree : procedure ; cdecl; + blablablabla2 : procedure; cdecl; pfnCompareContacts : function (var contact1:TClcContact; var contact2:TClcContact):int; cdecl; pfnSetHideOffline : function (wParam:WPARAM; lParam:LPARAM):int; cdecl; diff --git a/include/m_clistint.h b/include/m_clistint.h index 646e970ce6..12087d3858 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -254,6 +254,8 @@ EXTERN_C MIR_APP_DLL(void) Clist_BroadcastAsync(int msg, WPARAM wParam, LPARAM l EXTERN_C MIR_APP_DLL(bool) Clist_FindItem(HWND hwnd, ClcData *dat, DWORD dwItem, ClcContact **contact, ClcGroup **subgroup, int *isVisible); EXTERN_C MIR_APP_DLL(void) Clist_InitAutoRebuild(HWND hWnd); +EXTERN_C MIR_APP_DLL(void) Clist_LoadContactTree(void); + // calculates account's index by its position in status bar EXTERN_C MIR_APP_DLL(int) Clist_GetAccountIndex(int iPos); @@ -407,7 +409,7 @@ struct CLIST_INTERFACE /* contact.c */ void (*pfnChangeContactIcon)(MCONTACT hContact, int iIcon); - void (*pfnLoadContactTree)(void); + int (*blablabla2)(); int (*pfnCompareContacts)(const ClcContact *contact1, const ClcContact *contact2); int (*pfnSetHideOffline)(int newValue); // TRUE, FALSE or -1 to revert the current setting -- cgit v1.2.3