From 68d3fd47bb9b75e65859d14199ffee01f16ac9a7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 10 Feb 2014 20:47:51 +0000 Subject: HCONTACT is not needed anymore git-svn-id: http://svn.miranda-ng.org/main/trunk@8086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_mw/src/clc.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/Clist_mw/src/clc.h') diff --git a/plugins/Clist_mw/src/clc.h b/plugins/Clist_mw/src/clc.h index a64b3e055b..d48f962476 100644 --- a/plugins/Clist_mw/src/clc.h +++ b/plugins/Clist_mw/src/clc.h @@ -92,8 +92,8 @@ int AddInfoItemToGroup(ClcGroup *group,int flags,const TCHAR *pszText); void FreeContact(struct ClcContact *p); void RebuildEntireList(HWND hwnd,struct ClcData *dat); ClcGroup *RemoveItemFromGroup(HWND hwnd,ClcGroup *group,struct ClcContact *contact,int updateTotalCount); -void DeleteItemFromTree(HWND hwnd, HCONTACT hItem); -void AddContactToTree(HWND hwnd, struct ClcData *dat, HCONTACT hContact, int updateTotalCount, int checkHideOffline); +void DeleteItemFromTree(HWND hwnd, MCONTACT hItem); +void AddContactToTree(HWND hwnd, struct ClcData *dat, MCONTACT hContact, int updateTotalCount, int checkHideOffline); void SortCLC(HWND hwnd,struct ClcData *dat,int useInsertionSort); int GetGroupContentsCount(ClcGroup *group,int visibleOnly); int GetNewSelection(ClcGroup *group,int selection, int direction); @@ -124,8 +124,8 @@ void UnregisterFileDropping(HWND hwnd); //cluiservices.c void FreeProtocolData( void ); -int GetContactCachedStatus(HCONTACT hContact); -char *GetContactCachedProtocol(HCONTACT hContact); +int GetContactCachedStatus(MCONTACT hContact); +char *GetContactCachedProtocol(MCONTACT hContact); #define CLUI_SetDrawerService "CLUI/SETDRAWERSERVICE" typedef struct { -- cgit v1.2.3