From 5da898f7cca8599ecff44b3fa10eafb753308a4d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 4 Apr 2018 20:25:20 +0300 Subject: - static function CLIST_INTERFACE::pfnGetAverageMode exported as Proto_GetAverageStatus - Proto_ActivateAccount is not exported anymore due to the lack of need --- include/delphi/m_clistint.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include/delphi') 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; -- cgit v1.2.3