diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-06 21:25:07 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-06 21:25:07 +0300 |
commit | 4f5b5ef8c908156bd30d5bb391c1e238cbcc2f0c (patch) | |
tree | 425ddf661b958e7a10c8b955105b267ea9252135 /include/delphi | |
parent | aba87b6bcc2158bc7a070ce4027aee687d554d77 (diff) |
CLIST_INTERFACE::pfnRemoveItemFromGroup => Clist_RemoveItemFromGroup
CLIST_INTERFACE::pfnFreeGroup => suspended
Diffstat (limited to 'include/delphi')
-rw-r--r-- | include/delphi/m_clistint.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/delphi/m_clistint.inc b/include/delphi/m_clistint.inc index 8883c966d4..d89db6b8dd 100644 --- a/include/delphi/m_clistint.inc +++ b/include/delphi/m_clistint.inc @@ -317,10 +317,10 @@ type (* clcitems.c *)
pfnCreateClcContact : function :PClcContact; cdecl;
pfnAddGroup : function (hwnd:HWND; var dat:TClcData; szName:TChar; flags:dword; groupId:int; calcTotalMembers:int):PClcGroup; cdecl;
- pfnRemoveItemFromGroup : function (hwnd:HWND; var group:TClcGroup; var contact:TClcContact; updateTotalCount:int):PClcGroup; cdecl;
+ blablablabla23 : procedure; cdecl;
pfnFreeContact : procedure (var contact:TClcContact); cdecl;
- pfnFreeGroup : procedure (var group:TClcGroup); cdecl;
+ blablablabla22 : procedure; cdecl;
pfnAddInfoItemToGroup : function (var group:TClcGroup; flags:int; pszText:TChar):PClcContact; cdecl;
pfnAddItemToGroup : function (var group:TClcGroup; iAboveItem:int):PClcContact; cdecl;
|