summaryrefslogtreecommitdiff
path: root/include/delphi
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-04-06 18:14:12 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-04-06 18:14:12 +0300
commit6a8ea9b06515655f35a7e6998813eb69c80b8010 (patch)
treeee1b0434994daad82d29f2176fecec91374ae1e5 /include/delphi
parent2fe8add6000b6a31659f2fd24900a25743503655 (diff)
CLIST_INTERFACE::pfnGetCacheEntry => Clist_GetCacheEntry
Diffstat (limited to 'include/delphi')
-rw-r--r--include/delphi/m_clistint.inc6
1 files changed, 3 insertions, 3 deletions
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;