diff src/network.h @ 8240:609a62b8e748

[gaim-migrate @ 8963] Make oscar use marv's core listening code. Hopefully my changes won't make anything any worse... file transfer and odc really need some lovin. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 12 Feb 2004 17:51:21 +0000
parents 5220e0898252
children e7524f4b4ed2
line wrap: on
line diff
--- a/src/network.h	Thu Feb 12 17:23:17 2004 +0000
+++ b/src/network.h	Thu Feb 12 17:51:21 2004 +0000
@@ -101,7 +101,8 @@
  *              but users are allowed to specify a range.
  * @param end The highest possible port in the range of ports to listen on,
  *            or 0 to let the core decide.
- * @return The file descriptor of the listening socket.
+ * @return The file descriptor of the listening socket, or -1 if 
+ *         no socket could be established.
  */
 int gaim_network_listen(short start, short end);