diff options
Diffstat (limited to 'protocols/IcqOscarJ/src/channels.h')
-rw-r--r-- | protocols/IcqOscarJ/src/channels.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/protocols/IcqOscarJ/src/channels.h b/protocols/IcqOscarJ/src/channels.h index ba10483b56..5d7c73489b 100644 --- a/protocols/IcqOscarJ/src/channels.h +++ b/protocols/IcqOscarJ/src/channels.h @@ -6,6 +6,7 @@ // Copyright © 2001-2002 Jon Keating, Richard Hughes
// Copyright © 2002-2004 Martin Öberg, Sam Kothari, Robert Rainwater
// Copyright © 2004-2010 Joe Kucera
+// Copyright © 2012-2014 Miranda NG Team
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -20,17 +21,15 @@ // You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-//
// -----------------------------------------------------------------------------
// DESCRIPTION:
//
// Header for FLAP Channel packet handlers
-//
// -----------------------------------------------------------------------------
+
#ifndef __CHANNELS_H
#define __CHANNELS_H
-
struct snac_header
{
BOOL bValid;
@@ -43,5 +42,4 @@ struct snac_header int unpackSnacHeader(snac_header *pSnacHeader, BYTE **pBuffer, WORD *pwBufferLength);
-
#endif /* __CHANNELS_H */
|