comparison plugins/icq/eventhandle.h @ 1309:0a766047b4fd

[gaim-migrate @ 1319] Yay, new icqlib committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 19 Dec 2000 10:08:29 +0000
parents
children 4c510ca3563f
comparison
equal deleted inserted replaced
1308:4741b5a75b9f 1309:0a766047b4fd
1 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2
3 /*
4 * $Id: eventhandle.h 1319 2000-12-19 10:08:29Z warmenhoven $
5 *
6 * $Log$
7 * Revision 1.1 2000/12/19 10:08:29 warmenhoven
8 * Yay, new icqlib
9 *
10 * Revision 1.1 2000/06/15 18:50:03 bills
11 * committed for safekeeping - this code will soon replace tcphandle.c
12 *
13 */
14
15 #ifndef _EVENTHANDLE_H
16 #define _EVENTHANDLE_H
17
18 #ifdef HAVE_CONFIG_H
19 #include <config.h>
20 #endif
21
22 void icq_HandleMessageEvent(icq_Event *pevent, ICQLINK *icqlink);
23 void icq_HandleURLEvent(icq_Event *pevent, ICQLINK *icqlink);
24 void icq_HandleChatRequestEvent(icq_Event *base, ICQLINK *icqlink);
25 void icq_HandleFileRequestEvent(icq_Event *base, ICQLINK *icqlink);
26
27 void icq_HandleChatRequestAck(icq_Event *pevent, ICQLINK *icqlink);
28 void icq_HandleFileRequestAck(icq_Event *pevent, ICQLINK *icqlink);
29
30 #endif /* _EVENTHANDLE_H */