libfaim/aim_global.c

Wed, 19 Apr 2000 07:57:20 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Wed, 19 Apr 2000 07:57:20 +0000
changeset 136
d8dee47cbeb7
parent 2
62fbb00c531a
permissions
-rw-r--r--

[gaim-migrate @ 146]
Added event_back and event_buddy_back events.

/*
  aim_global.c

  These are things that are globally required, but don't fit the
  naming of the rest of the functions.  Namely, the queue ptrs and fds.

 */

#include "aim.h" 

/* the dreaded global variables... */

struct login_phase1_struct aim_logininfo;

/* queue (linked list) pointers */
struct command_tx_struct *aim_queue_outgoing = NULL; /* incoming commands */
struct command_rx_struct *aim_queue_incoming = NULL; /* outgoing commands */

mercurial