comparison src/protocols/icq/icqevent.c @ 2496:f0a2a9afdb77

[gaim-migrate @ 2509] Wall! committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 13 Oct 2001 00:06:18 +0000
parents 424a40f12a6c
children
comparison
equal deleted inserted replaced
2495:b46e8a80da4f 2496:f0a2a9afdb77
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: icqevent.c 2096 2001-07-31 01:00:39Z warmenhoven $ 4 * $Id: icqevent.c 2509 2001-10-13 00:06:18Z warmenhoven $
5 * 5 *
6 * Copyright (C) 1998-2001, Denis V. Dmitrienko <denis@null.net> and 6 * Copyright (C) 1998-2001, Denis V. Dmitrienko <denis@null.net> and
7 * Bill Soudan <soudan@kde.org> 7 * Bill Soudan <soudan@kde.org>
8 * 8 *
9 * This program is free software; you can redistribute it and/or modify 9 * This program is free software; you can redistribute it and/or modify
380 } 380 }
381 381
382 void icq_FileParsePacket(icq_Event *pbase, icq_Packet *p) 382 void icq_FileParsePacket(icq_Event *pbase, icq_Packet *p)
383 { 383 {
384 icq_FileRequestEvent *pevent=(icq_FileRequestEvent *)pbase; 384 icq_FileRequestEvent *pevent=(icq_FileRequestEvent *)pbase;
385 int port;
386 385
387 /* parse header and message data */ 386 /* parse header and message data */
388 icq_MessageParsePacket(pbase, p); 387 icq_MessageParsePacket(pbase, p);
389 388
390 /* parse file event data */ 389 /* parse file event data */