# HG changeset patch # User Richard Laager # Date 1123447345 0 # Node ID 30a3d97503befa1b84cf5071fa2b49b351247edd # Parent 647a0676d34fa19077a3d06333be012f4bdfca9a [gaim-migrate @ 13326] I command you to compile! committer: Tailor Script diff -r 647a0676d34f -r 30a3d97503be src/upnp.h --- a/src/upnp.h Sun Aug 07 20:26:31 2005 +0000 +++ b/src/upnp.h Sun Aug 07 20:42:25 2005 +0000 @@ -44,7 +44,7 @@ * * @return The control URL for the IGD we'll use to use the IGD services */ -char *gaim_upnp_discover(void); +const char *gaim_upnp_discover(void); /** @@ -56,7 +56,7 @@ * * @return The IP address of the network, or NULL if something went wrong */ -char* gaim_upnp_get_public_ip(const char* controlURL); +const char* gaim_upnp_get_public_ip(const char* controlURL); /**