summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Laager <rlaager@pidgin.im>2008-10-30 21:16:17 +0000
committerRichard Laager <rlaager@pidgin.im>2008-10-30 21:16:17 +0000
commitb9e321e8cd3b19d62b304ea6676dbec1416cf6e4 (patch)
tree82cebfd504425569012efe2a596f3b62f8368c14
parenteff7b7c3d9838862dd01e9c5b41b6930487a1c5a (diff)
downloadpidgin-b9e321e8cd3b19d62b304ea6676dbec1416cf6e4.tar.gz
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
-rw-r--r--libpurple/network.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libpurple/network.h b/libpurple/network.h
index 1ff7a4f6bd..0ff97c98a9 100644
--- a/libpurple/network.h
+++ b/libpurple/network.h
@@ -106,7 +106,6 @@ const char *purple_network_get_local_system_ip(int fd);
*/
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 @@ const char *purple_network_get_my_ip(int fd);
* @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.