comparison plugins/icq/eventhandle.h @ 1912:8ed70631ed15

[gaim-migrate @ 1922] new icqlib committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 29 May 2001 10:32:53 +0000
parents 4c510ca3563f
children 7b3f1eb1ef7d
comparison
equal deleted inserted replaced
1911:db3104dda736 1912:8ed70631ed15
1 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 1 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 2
3 /* 3 /*
4 * $Id: eventhandle.h 1442 2001-01-28 01:52:27Z warmenhoven $ 4 * Copyright (C) 1998-2001, Denis V. Dmitrienko <denis@null.net> and
5 * Bill Soudan <soudan@kde.org>
5 * 6 *
6 * $Log$ 7 * This program is free software; you can redistribute it and/or modify
7 * Revision 1.2 2001/01/28 01:52:27 warmenhoven 8 * it under the terms of the GNU General Public License as published by
8 * icqlib 1.1.5 9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
9 * 11 *
10 * Revision 1.1 2000/06/15 18:50:03 bills 12 * This program is distributed in the hope that it will be useful,
11 * committed for safekeeping - this code will soon replace tcphandle.c 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
12 * 16 *
13 */ 17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 *
21 */
14 22
15 #ifndef _EVENTHANDLE_H 23 #ifndef _EVENTHANDLE_H
16 #define _EVENTHANDLE_H 24 #define _EVENTHANDLE_H
17 25
18 #ifdef HAVE_CONFIG_H 26 #ifdef HAVE_CONFIG_H
19 #include <config.h> 27 #include <config.h>
20 #endif 28 #endif
21 29
22 void icq_HandleMessageEvent(icq_Event *pevent, ICQLINK *icqlink); 30 void icq_HandleMessageEvent(icq_Event *pevent, icq_Link *icqlink);
23 void icq_HandleURLEvent(icq_Event *pevent, ICQLINK *icqlink); 31 void icq_HandleURLEvent(icq_Event *pevent, icq_Link *icqlink);
24 void icq_HandleChatRequestEvent(icq_Event *base, ICQLINK *icqlink); 32 void icq_HandleChatRequestEvent(icq_Event *base, icq_Link *icqlink);
25 void icq_HandleFileRequestEvent(icq_Event *base, ICQLINK *icqlink); 33 void icq_HandleFileRequestEvent(icq_Event *base, icq_Link *icqlink);
26 34
27 void icq_HandleChatRequestAck(icq_Event *pevent, ICQLINK *icqlink); 35 void icq_HandleChatRequestAck(icq_Event *pevent, icq_Link *icqlink);
28 void icq_HandleFileRequestAck(icq_Event *pevent, ICQLINK *icqlink); 36 void icq_HandleFileRequestAck(icq_Event *pevent, icq_Link *icqlink);
29 37
30 #endif /* _EVENTHANDLE_H */ 38 #endif /* _EVENTHANDLE_H */