diff options
Diffstat (limited to 'protocols/IcqOscarJ/directpackets.cpp')
-rw-r--r-- | protocols/IcqOscarJ/directpackets.cpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/protocols/IcqOscarJ/directpackets.cpp b/protocols/IcqOscarJ/directpackets.cpp index 71658f2665..b9cab630c5 100644 --- a/protocols/IcqOscarJ/directpackets.cpp +++ b/protocols/IcqOscarJ/directpackets.cpp @@ -22,18 +22,11 @@ // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
//
// -----------------------------------------------------------------------------
-//
-// File name : $URL: http://miranda.googlecode.com/svn/trunk/miranda/protocols/IcqOscarJ/directpackets.cpp $
-// Revision : $Revision: 11570 $
-// Last change on : $Date: 2010-04-11 16:58:57 +0300 (Вс, 11 апр 2010) $
-// Last change by : $Author: jokusoftware $
-//
-// DESCRIPTION:
+// DESCRIPTION:
//
// Describe me here please...
//
// -----------------------------------------------------------------------------
-
#include "icqoscar.h"
void EncryptDirectPacket(directconnect* dc, icq_packet* p);
|