Mercurial > pidgin
comparison libpurple/network.h @ 29294:8b17877d3294
propagate from branch 'im.pidgin.pidgin' (head 74c00c33cab0e208691543b25eeae7906f6e4181)
to branch 'im.pidgin.cpw.attention_ui' (head 3471a591582c3bbaaf1ed35288bce15461b920e3)
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Mon, 22 Jun 2009 21:53:53 +0000 |
parents | 38c4973b5222 |
children | 8ce05f8249da |
comparison
equal
deleted
inserted
replaced
29293:42c64c41cf87 | 29294:8b17877d3294 |
---|---|
257 * @return the IP address | 257 * @return the IP address |
258 * @since 2.6.0 | 258 * @since 2.6.0 |
259 */ | 259 */ |
260 const gchar *purple_network_get_turn_ip(void); | 260 const gchar *purple_network_get_turn_ip(void); |
261 | 261 |
262 | 262 /** |
263 * Remove a port mapping (UPnP or NAT-PMP) associated with listening socket | |
264 * | |
265 * @param fd Socket to remove the port mapping for | |
266 * @since 2.6.0 | |
267 */ | |
268 void purple_network_remove_port_mapping(gint fd); | |
269 | |
263 /** | 270 /** |
264 * Initializes the network subsystem. | 271 * Initializes the network subsystem. |
265 */ | 272 */ |
266 void purple_network_init(void); | 273 void purple_network_init(void); |
267 | 274 |