diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-05-18 15:12:42 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-05-18 15:12:42 +0300 |
| commit | 85449b314d11fedb6bb00c8d31b28577214a5053 (patch) | |
| tree | fddb75a065dba1892444453397c061b385e1c1db /include | |
| parent | 54694fba871917eac0ed422465064f0235b005d1 (diff) | |
code cleaning
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 a6e006f434..49745c61ca 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -332,7 +332,7 @@ struct CLIST_INTERFACE // clcidents.c
ClcContact* (*pfnFindItem)(uint32_t dwItem, ClcContact *contact);
- int (*pfnGetRowsPriorTo)(ClcGroup *group, ClcGroup *subgroup, int contactIndex);
+ int (*pfnGetRowsPriorTo)(ClcData *dat, ClcGroup *subgroup, int contactIndex);
int (*pfnGetRowByIndex)(ClcData *dat, int testindex, ClcContact **contact, ClcGroup **subgroup);
int (*pfnGetContactHiddenStatus)(MCONTACT hContact, char *szProto, ClcData *dat);
int (*pfnIsVisibleContact)(ClcCacheEntry *pce, ClcGroup *group);
|
