diff options
Diffstat (limited to 'include/delphi/m_protoint.inc')
-rw-r--r-- | include/delphi/m_protoint.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/delphi/m_protoint.inc b/include/delphi/m_protoint.inc index 069c1f2ea4..cce67deccd 100644 --- a/include/delphi/m_protoint.inc +++ b/include/delphi/m_protoint.inc @@ -89,7 +89,6 @@ type GetAwayMsg :function(intf:PPROTO_INTERFACE;hContact:THANDLE):THANDLE; cdecl;
RecvAwayMsg:function(intf:PPROTO_INTERFACE;hContact:THANDLE;mode:int;var evt:TPROTORECVEVENT):int; cdecl;
- SendAwayMsg:function(intf:PPROTO_INTERFACE;hContact:THANDLE;hProcess:THANDLE;const msg:PAnsiChar):int; cdecl;
SetAwayMsg :function(intf:PPROTO_INTERFACE;iStatus:int; const msg:PAnsiChar):int; cdecl;
UserIsTyping:function(intf:PPROTO_INTERFACE;hContact:THANDLE; _type:int):int; cdecl;
|