summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/yahoo/libkyahoo/oscartypes.h
blob: 944019e70b3aec61c069789e3e6add60627b20c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*
    Kopete Oscar Protocol
    oscartypes.h - Oscar Type Definitions

    Copyright (c) 2004 Matt Rogers <matt.rogers@kdemail.net>

    Kopete (c) 2002-2004 by the Kopete developers <kopete-devel@kde.org>

    *************************************************************************
    *                                                                       *
    * This library is free software; you can redistribute it and/or         *
    * modify it under the terms of the GNU Lesser General Public            *
    * License as published by the Free Software Foundation; either          *
    * version 2 of the License, or (at your option) any later version.      *
    *                                                                       *
    *************************************************************************
*/

#ifndef _YAHOOTYPES_H_
#define _YAHOOTYPES_H_

#include <qglobal.h>

namespace Yahoo
{
	typedef Q_UINT8 BYTE;
	typedef Q_UINT16 WORD;
	typedef Q_UINT32 DWORD;
}

#endif