]> andersk Git - libfaim.git/blobdiff - aim_rxqueue.c
- Thu Feb 8 02:31:25 UTC 2001
[libfaim.git] / aim_rxqueue.c
index bbdb2078b72b5492f62c98d582fb27be6ff3202a..6cc1806f53b1f5c34a66335359dc66f891f3f792 100644 (file)
@@ -6,6 +6,7 @@
  * aim_rxhandlers.c.
  */
 
+#define FAIM_INTERNAL
 #include <faim/aim.h> 
 
 #ifndef _WIN32
@@ -72,8 +73,10 @@ faim_export int aim_get_command(struct aim_session_t *sess, struct aim_conn_t *c
    */
   if (conn->type == AIM_CONN_TYPE_RENDEZVOUS) 
     return aim_get_command_rendezvous(sess, conn);
-  if (conn->type == AIM_CONN_TYPE_RENDEZVOUS_OUT) 
+  if (conn->type == AIM_CONN_TYPE_RENDEZVOUS_OUT) {
+    printf("out on fd %d\n", conn->fd);
     return 0; 
+  }
 
   /*
    * Read FLAP header.  Six bytes:
This page took 0.518608 seconds and 4 git commands to generate.