From f77b70a84c4609b9fef4a5e4a497f5845541c2de Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 27 Apr 2016 09:46:10 +0000 Subject: pfnSetHideOffline -> strict prototype git-svn-id: http://svn.miranda-ng.org/main/trunk@16770 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_clistint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/m_clistint.h b/include/m_clistint.h index 23a415f7f3..a4a705c368 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -390,7 +390,7 @@ struct CLIST_INTERFACE void (*pfnChangeContactIcon)(MCONTACT hContact, int iIcon); void (*pfnLoadContactTree)(void); int (*pfnCompareContacts)(const ClcContact *contact1, const ClcContact *contact2); - int (*pfnSetHideOffline)(WPARAM wParam, LPARAM lParam); + int (*pfnSetHideOffline)(int newValue); // TRUE, FALSE or -1 to revert the current setting /* docking.c */ int (*pfnDocking_ProcessWindowMessage)(WPARAM wParam, LPARAM lParam); -- cgit v1.2.3