diff options
author | George Hazan <george.hazan@gmail.com> | 2016-04-27 09:46:10 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-04-27 09:46:10 +0000 |
commit | f77b70a84c4609b9fef4a5e4a497f5845541c2de (patch) | |
tree | 990ac025853d3afa56332c3866700fb9ac98ab46 /include/m_clistint.h | |
parent | d6d476f3efae48e36ce1c7d3f1ec6f656ff14331 (diff) |
pfnSetHideOffline -> strict prototype
git-svn-id: http://svn.miranda-ng.org/main/trunk@16770 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|