Mercurial > pidgin
comparison plugins/icq/queue.c @ 1192:a97e334ecfa2
[gaim-migrate @ 1202]
Da numba one stunna!
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Mon, 04 Dec 2000 06:22:48 +0000 |
| parents | 201ec77f3a60 |
| children | 0a766047b4fd |
comparison
equal
deleted
inserted
replaced
| 1191:4fd0d35826fe | 1192:a97e334ecfa2 |
|---|---|
| 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 $Id: queue.c 1162 2000-11-28 02:22:42Z warmenhoven $ | 3 $Id: queue.c 1202 2000-12-04 06:22:48Z robflynn $ |
| 4 $Log$ | 4 $Log$ |
| 5 Revision 1.2 2000/12/04 06:22:48 robflynn | |
| 6 Da numba one stunna! | |
| 7 | |
| 5 Revision 1.1 2000/11/28 02:22:42 warmenhoven | 8 Revision 1.1 2000/11/28 02:22:42 warmenhoven |
| 6 icq. whoop de doo | 9 icq. whoop de doo |
| 7 | 10 |
| 8 Revision 1.9 2000/07/10 01:31:17 bills | 11 Revision 1.9 2000/07/10 01:31:17 bills |
| 9 oops - removed #define LIST_TRACE and #define QUEUE_DEBUG | 12 oops - removed #define LIST_TRACE and #define QUEUE_DEBUG |
| 128 list_free(link->icq_UDPQueue, _icq_UDPQueueItemFree); | 131 list_free(link->icq_UDPQueue, _icq_UDPQueueItemFree); |
| 129 } | 132 } |
| 130 | 133 |
| 131 int icq_UDPQueueFindSeq(void *p, va_list data) | 134 int icq_UDPQueueFindSeq(void *p, va_list data) |
| 132 { | 135 { |
| 133 WORD seq=va_arg(data, WORD); | 136 WORD seq=va_arg(data, int); |
| 134 return icq_PacketReadUDPOutSeq1(((icq_UDPQueueItem *)p)->pack) == seq; | 137 return icq_PacketReadUDPOutSeq1(((icq_UDPQueueItem *)p)->pack) == seq; |
| 135 } | 138 } |
| 136 | 139 |
| 137 void icq_UDPQueueDelSeq(ICQLINK *link, WORD seq) | 140 void icq_UDPQueueDelSeq(ICQLINK *link, WORD seq) |
| 138 { | 141 { |
