view libfaim/aim_global.c @ 92:f3c6cf79f651

[gaim-migrate @ 102] Loading/unloading plugins works correctly. I have to add "hooks" to the rest of gaim now to do certain things. Other than that, it's all good. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 07 Apr 2000 22:48:58 +0000
parents 68b230f8da5f
children
line wrap: on
line source

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