diff src/network.h @ 13327:b7b31c69ade6

[gaim-migrate @ 15697] Whitespace, comments, and a warning fix committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 25 Feb 2006 22:31:53 +0000
parents 8e3b85fe4a55
children
line wrap: on
line diff
--- a/src/network.h	Sat Feb 25 21:17:58 2006 +0000
+++ b/src/network.h	Sat Feb 25 22:31:53 2006 +0000
@@ -25,6 +25,11 @@
 #ifndef _GAIM_NETWORK_H_
 #define _GAIM_NETWORK_H_
 
+/*
+ * TODO: This API needs a way to cancel pending calls to
+ *       gaim_network_listen_range() and company.
+ */
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -136,7 +141,7 @@
  * If a range is specified in preferences, these values are used.
  * If a non-0 values are passed to the function as parameters, these
  * values are used.
- * Otherwise a port is chosen at random by the kernel.
+ * Otherwise a port is chosen at random by the operating system.
  *
  * This opens a listening port. The caller will want to set up a watcher
  * of type GAIM_INPUT_READ on the fd returned in cb. It will probably call