diff libfaim/aim_global.c @ 2:68b230f8da5f

[gaim-migrate @ 11] A few more commits :) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 23 Mar 2000 03:16:06 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libfaim/aim_global.c	Thu Mar 23 03:16:06 2000 +0000
@@ -0,0 +1,17 @@
+/*
+  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 */