libpurple/protocols/gg/libgadu-events.h

branch
soc.2012.gg
changeset 33348
2394cd23ce8f
parent 33313
5a0c6582d5b1
child 34383
4b1a106bbf1d
equal deleted inserted replaced
33347:cc3f8295618a 33348:2394cd23ce8f
1 /* purple
2 *
3 * Purple is the legal property of its developers, whose names are too numerous
4 * to list here. Please refer to the COPYRIGHT file distributed with this
5 * source distribution.
6 *
7 * Rewritten from scratch during Google Summer of Code 2012
8 * by Tomek Wasilczyk (http://www.wasilczyk.pl).
9 *
10 * Previously implemented by:
11 * - Arkadiusz Miskiewicz <misiek@pld.org.pl> - first implementation (2001);
12 * - Bartosz Oler <bartosz@bzimage.us> - reimplemented during GSoC 2005;
13 * - Krzysztof Klinikowski <grommasher@gmail.com> - some parts (2009-2011).
14 *
15 * This program is free software; you can redistribute it and/or modify
16 * it under the terms of the GNU General Public License as published by
17 * the Free Software Foundation; either version 2 of the License, or
18 * (at your option) any later version.
19 *
20 * This program is distributed in the hope that it will be useful,
21 * but WITHOUT ANY WARRANTY; without even the implied warranty of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 * GNU General Public License for more details.
24 *
25 * You should have received a copy of the GNU General Public License
26 * along with this program; if not, write to the Free Software
27 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
28 */
29
1 #ifndef _GGP_LIBGADU_EVENTS_H 30 #ifndef _GGP_LIBGADU_EVENTS_H
2 #define _GGP_LIBGADU_EVENTS_H 31 #define _GGP_LIBGADU_EVENTS_H
3 32
4 #include <internal.h> 33 #include <internal.h>
5 #include <libgadu.h> 34 #include <libgadu.h>

mercurial