comparison src/protocols/icq/udp.c @ 8735:92cbf9713795

[gaim-migrate @ 9490] Patch by Jonathan Champ to corect the vairous speling mistakes we hav e in the coments and documentaion. Thansk Jonathan! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 21 Apr 2004 01:34:26 +0000
parents 19b4cd08e458
children
comparison
equal deleted inserted replaced
8734:407c122d6191 8735:92cbf9713795
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: udp.c 2487 2001-10-10 19:58:11Z warmenhoven $ 4 * $Id: udp.c 9490 2004-04-21 01:34:26Z chipx86 $
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
401 icq_UDPSockWriteDirect(icqlink, p); /* don't queue */ 401 icq_UDPSockWriteDirect(icqlink, p); /* don't queue */
402 icq_PacketDelete(p); 402 icq_PacketDelete(p);
403 } 403 }
404 404
405 /******************************* 405 /*******************************
406 This routine sends the aknowlegement cmd to the 406 This routine sends the acknowlegement cmd to the
407 server it appears that this must be done after 407 server it appears that this must be done after
408 everything the server sends us 408 everything the server sends us
409 *******************************/ 409 *******************************/
410 void icq_UDPAck(icq_Link *icqlink, int seq) /* V5 */ 410 void icq_UDPAck(icq_Link *icqlink, int seq) /* V5 */
411 { 411 {