Mercurial > pidgin
changeset 24349:f52b94f3b6ca
purple_network_listen_map_external() is used in (at least) Bonjour. Given
that there is no replacement available, it can't be deprecated. I've filed
a task in Trac with a milestone of 3.0.0 so we don't forget to deal with
this for the next major release.
Refs #7420
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 30 Oct 2008 21:16:17 +0000 |
parents | af44492cdb95 |
children | 8282911d5e17 |
files | libpurple/network.h |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/network.h Thu Oct 30 21:11:19 2008 +0000 +++ b/libpurple/network.h Thu Oct 30 21:16:17 2008 +0000 @@ -106,7 +106,6 @@ */ const char *purple_network_get_my_ip(int fd); -#ifndef PURPLE_DISABLE_DEPRECATED /** * Should calls to purple_network_listen() and purple_network_listen_range() * map the port externally using NAT-PMP or UPnP? @@ -118,7 +117,6 @@ * @since 2.3.0 */ void purple_network_listen_map_external(gboolean map_external); -#endif /** * Attempts to open a listening port ONLY on the specified port number.