diff src/network.c @ 8246:e7524f4b4ed2

[gaim-migrate @ 8969] Change some listening stuff. Also, the autorecon thing, the signals should get removed when the hash table is destroyed, so that check should not be necessary. If the function really is getting called then I guess this should be re-added or something... committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 12 Feb 2004 20:58:36 +0000
parents 91c6629b1ee8
children fabcfd9a7c1c
line wrap: on
line diff
--- a/src/network.c	Thu Feb 12 19:55:05 2004 +0000
+++ b/src/network.c	Thu Feb 12 20:58:36 2004 +0000
@@ -189,7 +189,12 @@
 	return listenfd;
 }
 
-int gaim_network_listen(short start, short end)
+int gaim_network_listen(short port)
+{
+	return gaim_network_do_listen(port);
+}
+
+int gaim_network_listen_range(short start, short end)
 {
 	int ret = -1;