# HG changeset patch # User Richard Laager # Date 1123517247 0 # Node ID 0a3a85452896e79cd9614c17b43bc005f460c156 # Parent f305bcd85ddaf8a698983a7e0b8dca8726a887d1 [gaim-migrate @ 13339] Judging from Adam's latest commit to upnp.c, I jumped the gun yesterday when I committed the change here. I'm reverting, so this matches upnp.c again. Adam, my apologies. committer: Tailor Script diff -r f305bcd85dda -r 0a3a85452896 src/upnp.h --- a/src/upnp.h Mon Aug 08 12:30:19 2005 +0000 +++ b/src/upnp.h Mon Aug 08 16:07:27 2005 +0000 @@ -44,7 +44,7 @@ * * @return The control URL for the IGD we'll use to use the IGD services */ -const char *gaim_upnp_discover(void); +char* gaim_upnp_discover(void); /** @@ -56,7 +56,7 @@ * * @return The IP address of the network, or NULL if something went wrong */ -const char* gaim_upnp_get_public_ip(const char* controlURL); +char* gaim_upnp_get_public_ip(const char* controlURL); /**