--- sbbs/sbbs3/ctrl/spyformunit.h 2018/04/24 16:39:34 1.1 +++ sbbs/sbbs3/ctrl/spyformunit.h 2018/04/24 16:41:01 1.1.1.2 @@ -1,12 +1,12 @@ /* Synchronet Control Panel (GUI Borland C++ Builder Project for Win32) */ -/* $Id: spyformunit.h,v 1.1 2018/04/24 16:39:34 root Exp $ */ +/* $Id: spyformunit.h,v 1.1.1.2 2018/04/24 16:41:01 root Exp $ */ /**************************************************************************** * @format.tab-size 4 (Plain Text/Source Code File Header) * * @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) * * * - * Copyright 2000 Rob Swindell - http://www.synchro.net/copyright.html * + * Copyright 2003 Rob Swindell - http://www.synchro.net/copyright.html * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * @@ -74,11 +74,13 @@ __published: // IDE-managed Components void __fastcall FormMouseUp(TObject *Sender, TMouseButton Button, TShiftState Shift, int X, int Y); private: // User declarations + int __fastcall strip_telnet(uchar *buf, int len); public: // User declarations TEmulVT* Terminal; RingBuf** inbuf; RingBuf** outbuf; __fastcall TSpyForm(TComponent* Owner); + __fastcall ~TSpyForm(); }; //--------------------------------------------------------------------------- extern PACKAGE TSpyForm *SpyForms[];