diff options
Diffstat (limited to 'include/delphi/m_clistint.inc')
-rw-r--r-- | include/delphi/m_clistint.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/delphi/m_clistint.inc b/include/delphi/m_clistint.inc index 71e22c8273..cac3aa3c3d 100644 --- a/include/delphi/m_clistint.inc +++ b/include/delphi/m_clistint.inc @@ -487,6 +487,7 @@ type currentStatusMenuItem : int;
currentDesiredStatusMode : int;
bDisplayLocked : bool;
+ bAutoRebuild : bool;
pfnGetProtocolMenu : function (_para1:PAnsiChar):HGENMENU; cdecl;
pfnStub2 : function (_para1:int):int; cdecl;
@@ -545,9 +546,10 @@ type * Miranda NG additions
*************************************************************************************)
- pfnGetContactIcon: function(hContact:TMCONTACT):int; cdecl;
- pfnTrayCalcChanged:function(szChangedProto:PAnsiChar; averageMode:int; iProtoCount:int):int; cdecl;
+ 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;
end;
{
|