changeset 11199:30a3d97503be

[gaim-migrate @ 13326] I command you to compile! committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 07 Aug 2005 20:42:25 +0000
parents 647a0676d34f
children 4295083cf489
files src/upnp.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);
 
 
 /**