comparison src/protocols/icq/eventhandle.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: eventhandle.c 2096 2001-07-31 01:00:39Z warmenhoven $ 4 * $Id: eventhandle.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
93 } 93 }
94 } 94 }
95 95
96 void icq_HandleChatRequestEvent(icq_Event *pbase, icq_Link *icqlink) 96 void icq_HandleChatRequestEvent(icq_Event *pbase, icq_Link *icqlink)
97 { 97 {
98 icq_ChatRequestEvent *pevent=(icq_ChatRequestEvent *)pbase;
99 icq_MessageEvent *pmsgevent=(icq_MessageEvent *)pmsgevent; 98 icq_MessageEvent *pmsgevent=(icq_MessageEvent *)pmsgevent;
100 99
101 struct tm *ptime=localtime(&(pbase->time)); 100 struct tm *ptime=localtime(&(pbase->time));
102 101
103 switch(pbase->subtype) 102 switch(pbase->subtype)