diff options
author | George Hazan <george.hazan@gmail.com> | 2016-06-01 16:39:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-06-01 16:39:34 +0000 |
commit | e983f96899f1103c4df3b47c5610e3dd1d81e6e0 (patch) | |
tree | c0a485c0b1bbc8bc329fb2bbc52a7228065302ad /include | |
parent | 3dbaef0eac24e4e50b6b8f7f26be00600e75b4f1 (diff) |
extended visibility control for contacts
git-svn-id: http://svn.miranda-ng.org/main/trunk@16899 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-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 918c4830bf..1ff9fc07b2 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -291,7 +291,7 @@ struct CLIST_INTERFACE int (*pfnFindItem)(HWND hwnd, struct ClcData *dat, DWORD dwItem, ClcContact **contact, ClcGroup **subgroup, int *isVisible);
int (*pfnGetRowByIndex)(struct ClcData *dat, int testindex, ClcContact **contact, ClcGroup **subgroup);
int (*pfnGetContactHiddenStatus)(MCONTACT hContact, char *szProto, ClcData *dat);
- HANDLE(*unused2)(ClcContact *contact, DWORD *nmFlags);
+ int (*pfnIsVisibleContact)(ClcCacheEntry *pce, ClcGroup *group);
/* clcitems.c */
ClcContact* (*pfnCreateClcContact)(void);
|