libfaim/aim_global.c

Sun, 30 Apr 2000 21:47:04 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Sun, 30 Apr 2000 21:47:04 +0000
changeset 200
aa9fbd9e68a3
parent 2
62fbb00c531a
permissions
-rw-r--r--

[gaim-migrate @ 210]
Made the receive non-blocking, added a cancel button, and a few other updates.
No, sending a file to someone does not work yet. Be patient.

/*
  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