diff plugins/perl/common/Network.xs @ 12730:d5b8f4dc1622

[gaim-migrate @ 15074] Update gaim_network_listen*() to have the socket type specified. This allows us to use the same functionality to listen on UDP sockets too. There are probably a couple things that should be updated to use this. I also updated SIMPLE to allow the connect port to be specified in the account options. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 05 Jan 2006 05:04:07 +0000
parents b284c703d398
children 96f9b4798012
line wrap: on
line diff
--- a/plugins/perl/common/Network.xs	Thu Jan 05 04:32:25 2006 +0000
+++ b/plugins/perl/common/Network.xs	Thu Jan 05 05:04:07 2006 +0000
@@ -28,13 +28,15 @@
 	const char *ip
 
 int 
-gaim_network_listen(port)
+gaim_network_listen(port, socket_type)
 	unsigned short port
+	int socket_type
 
 int 
-gaim_network_listen_range(start, end)
+gaim_network_listen_range(start, end, socket_type)
 	unsigned short start
 	unsigned short end
+	int socket_type
 
 void 
 gaim_network_set_public_ip(ip)