pidgin: 51ba664c: purple_network_listen_map_external() is ...
rlaager at pidgin.im
rlaager at pidgin.im
Thu Oct 30 18:55:49 EDT 2008
-----------------------------------------------------------------
Revision: 51ba664ce9b488a4479e94f4f783a8b3bb6287ce
Ancestor: b927bd5745d35f83128bbffcaf9f83c1c123ca7a
Author: rlaager at pidgin.im
Date: 2008-10-30T21:16:17
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/51ba664ce9b488a4479e94f4f783a8b3bb6287ce
Modified files:
libpurple/network.h
ChangeLog:
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
-------------- next part --------------
============================================================
--- libpurple/network.h b54c65b60be90b0306ed1f6be0583b06a86f502b
+++ libpurple/network.h c8d21a12c3c21bafcc6cc5f070fc9f39847b9bb0
@@ -106,7 +106,6 @@ const char *purple_network_get_my_ip(int
*/
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 @@ void purple_network_listen_map_external(
* @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.
More information about the Commits
mailing list