From 6a8ea9b06515655f35a7e6998813eb69c80b8010 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 6 Apr 2018 18:14:12 +0300 Subject: CLIST_INTERFACE::pfnGetCacheEntry => Clist_GetCacheEntry --- include/delphi/m_clistint.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/delphi') diff --git a/include/delphi/m_clistint.inc b/include/delphi/m_clistint.inc index 809a18cd3a..9338ac0e97 100644 --- a/include/delphi/m_clistint.inc +++ b/include/delphi/m_clistint.inc @@ -371,15 +371,15 @@ type pfnRowHitTest : function (var dat:TClcData; y:int):int; cdecl; (* clistevents.c *) - pfnEventsProcessContactDoubleClick : function (hContact:TMCONTACT):int; cdecl; - pfnEventsProcessTrayDoubleClick : function (_para1:int):int; cdecl; + blablablabla2 : procedure; cdecl; + blablablabla3 : procedure; cdecl; (* clistmod.c *) pfnIconFromStatusMode : function (szProto:PAnsiChar; status:int; hContact:TMCONTACT):int; cdecl; pfnShowHide : function :int; cdecl; (* clistsettings.c *) - pfnGetCacheEntry : function (hContact:TMCONTACT):PClcCacheEntry; cdecl; + blablablabla1 : procedure; cdecl; pfnCreateCacheItem : function (hContact:TMCONTACT):PClcCacheEntry; cdecl; pfnCheckCacheItem : procedure (_para1:PClcCacheEntry); cdecl; pfnFreeCacheItem : procedure (_para1:PClcCacheEntry); cdecl; -- cgit v1.2.3