From 08273044539a8ee775156187a6e7e6db8614e1db Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 5 Apr 2018 18:47:30 +0300 Subject: CLIST_INTERFACE::pfnChangeContactIcon => Clist_ChangeContactIcon --- include/m_clistint.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/m_clistint.h') diff --git a/include/m_clistint.h b/include/m_clistint.h index 12087d3858..db88b62361 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -252,6 +252,7 @@ EXTERN_C MIR_APP_DLL(HANDLE) Clist_ContactToItemHandle(ClcContact *contact, DWOR EXTERN_C MIR_APP_DLL(void) Clist_Broadcast(int msg, WPARAM wParam, LPARAM lParam); EXTERN_C MIR_APP_DLL(void) Clist_BroadcastAsync(int msg, WPARAM wParam, LPARAM lParam); +EXTERN_C MIR_APP_DLL(void) Clist_ChangeContactIcon(MCONTACT hContact, int iIcon); 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); @@ -408,8 +409,8 @@ struct CLIST_INTERFACE void (*pfnOnCreateClc)(void); /* contact.c */ - void (*pfnChangeContactIcon)(MCONTACT hContact, int iIcon); - int (*blablabla2)(); + int (*blablabla2)(); + int (*blablabla3)(); 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