From 85449b314d11fedb6bb00c8d31b28577214a5053 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 18 May 2025 15:12:42 +0300 Subject: code cleaning --- 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 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); -- cgit v1.2.3