diff options
Diffstat (limited to 'include/delphi/m_clistint.inc')
-rw-r--r-- | include/delphi/m_clistint.inc | 6 |
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;
|