diff src/protocols/oscar/rxqueue.c @ 13231:af3d6c6aee6b

[gaim-migrate @ 15596] Shuffling some things around--no functionality change committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 11 Feb 2006 18:59:11 +0000
parents c5c0f714d8bc
children f2431a7e33aa
line wrap: on
line diff
--- a/src/protocols/oscar/rxqueue.c	Sat Feb 11 18:56:51 2006 +0000
+++ b/src/protocols/oscar/rxqueue.c	Sat Feb 11 18:59:11 2006 +0000
@@ -77,7 +77,7 @@
 }
 
 /*
- * Read a FLAP header from conn into fr, and return the number of 
+ * Read a FLAP header from conn into fr, and return the number of
  * bytes in the payload.
  *
  * @return -1 on error, otherwise return the length of the payload.
@@ -156,10 +156,12 @@
 }
 
 /*
- * Grab a single command sequence off the socket, and enqueue it in the incoming event queue 
- * in a separate struct.
+ * Grab a single command sequence off the socket, and enqueue it in
+ * the incoming event queue in a separate struct.
  *
  * @return 0 on success, otherwise return the error number.
+ *         "Success" doesn't mean we have new data, it just means
+ *         the connection isn't dead.
  */
 faim_export int aim_get_command(aim_session_t *sess, aim_conn_t *conn)
 {