changeset 11208:0a3a85452896

[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 <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 08 Aug 2005 16:07:27 +0000
parents f305bcd85dda
children e552095ec599
files src/upnp.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);
 
 
 /**