summaryrefslogtreecommitdiff
path: root/include/delphi
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-04-05 18:47:30 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-04-05 18:47:30 +0300
commit08273044539a8ee775156187a6e7e6db8614e1db (patch)
tree259559656f1a40c7d4c397ae0ee8746807aaedc3 /include/delphi
parentbfd3e12ac032ccfee48848f419598ff5dcb9f697 (diff)
CLIST_INTERFACE::pfnChangeContactIcon => Clist_ChangeContactIcon
Diffstat (limited to 'include/delphi')
-rw-r--r--include/delphi/m_clistint.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delphi/m_clistint.inc b/include/delphi/m_clistint.inc
index 5382bd1f68..a0abfb9c17 100644
--- a/include/delphi/m_clistint.inc
+++ b/include/delphi/m_clistint.inc
@@ -407,8 +407,8 @@ type
pfnOnCreateClc : procedure ; cdecl;
(* contact.c *)
- pfnChangeContactIcon : procedure (hContact:TMCONTACT; iIcon:int; add:int); cdecl;
blablablabla2 : procedure; cdecl;
+ blablablabla3 : procedure; cdecl;
pfnCompareContacts : function (var contact1:TClcContact; var contact2:TClcContact):int; cdecl;
pfnSetHideOffline : function (wParam:WPARAM; lParam:LPARAM):int; cdecl;