]> andersk Git - libfaim.git/blame - deprecated/aim_global.c
- Sun Oct 14 19:45:54 PDT 2001
[libfaim.git] / deprecated / aim_global.c
CommitLineData
9de3ca7e 1/*
2 aim_global.c
3
4 These are things that are globally required, but don't fit the
5 naming of the rest of the functions. Namely, the queue ptrs and fds.
6
7 */
8
a25832e6 9#include <aim.h>
9de3ca7e 10
11/* the dreaded global variables... */
12
13struct login_phase1_struct aim_logininfo;
14
15/* queue (linked list) pointers */
16struct command_tx_struct *aim_queue_outgoing = NULL; /* incoming commands */
17struct command_rx_struct *aim_queue_incoming = NULL; /* outgoing commands */
This page took 0.049817 seconds and 5 git commands to generate.