comparison src/protocols/oscar/rxqueue.c @ 8880:ec3e041dc3bd

[gaim-migrate @ 9649] My thanks to the dude that fixed up the comments for conn.c These are just a few changes from me. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 06 May 2004 04:41:24 +0000
parents 92cbf9713795
children 9cafe038c95e
comparison
equal deleted inserted replaced
8879:c41d6ae1cf59 8880:ec3e041dc3bd
1 /* 1 /*
2 * rxqueue.c
3 *
4 * This file contains the management routines for the receive 2 * This file contains the management routines for the receive
5 * (incoming packet) queue. The actual packet handlers are in 3 * (incoming packet) queue. The actual packet handlers are in
6 * aim_rxhandlers.c. 4 * rxhandlers.c.
7 */ 5 */
8 6
9 #define FAIM_INTERNAL 7 #define FAIM_INTERNAL
10 #include <aim.h> 8 #include <aim.h>
11 9