summaryrefslogtreecommitdiff
path: root/include/delphi/m_clistint.inc
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-04-04 20:25:20 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-04-04 20:25:28 +0300
commit5da898f7cca8599ecff44b3fa10eafb753308a4d (patch)
tree24d127c995e9eec88e48399d1f7ff8ccddfd32a6 /include/delphi/m_clistint.inc
parent32d60b8e9492f6bbaaa00cc36632a8d195c9a1a3 (diff)
- static function CLIST_INTERFACE::pfnGetAverageMode exported as Proto_GetAverageStatus
- Proto_ActivateAccount is not exported anymore due to the lack of need
Diffstat (limited to 'include/delphi/m_clistint.inc')
-rw-r--r--include/delphi/m_clistint.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/delphi/m_clistint.inc b/include/delphi/m_clistint.inc
index 699b138f4f..97be0ac711 100644
--- a/include/delphi/m_clistint.inc
+++ b/include/delphi/m_clistint.inc
@@ -501,11 +501,7 @@ type
* Miranda NG additions
*************************************************************************************)
- pfnGetContactIcon :function (hContact:TMCONTACT):int; cdecl;
- pfnTrayCalcChanged :function (szChangedProto:PAnsiChar; averageMode:int; iProtoCount:int):int; cdecl;
- pfnGetAverageMode :function (pNetProtoCount:pint):int; cdecl;
- pfnInitAutoRebuild :procedure(hwnd:HWND); cdecl;
- pfnSetContactCheckboxes:procedure(cc:PClcContact; checked:int); cdecl;
+ pfnGetContactIcon: function (hContact:TMCONTACT):int; cdecl;
end;
function Clist_GetInterface : PCLIST_INTERFACE; stdcall; external AppDll;