comparison src/upnp.c @ 11204:a015b1cb7368

[gaim-migrate @ 13332] *** empty log message *** committer: Tailor Script <tailor@pidgin.im>
author Adam Warrington <awarring>
date Mon, 08 Aug 2005 02:53:31 +0000
parents 3aeb85cc9cda
children ff728e84d59a
comparison
equal deleted inserted replaced
11203:430b2a8cccb5 11204:a015b1cb7368
663 hrd->done = TRUE; 663 hrd->done = TRUE;
664 return; 664 return;
665 } 665 }
666 666
667 667
668 668 char*
669 const char*
670 gaim_upnp_discover(void) 669 gaim_upnp_discover(void)
671 { 670 {
672 int sock, i; 671 int sock, i;
673 int sizeSent, totalSizeSent; 672 int sizeSent, totalSizeSent;
674 extern int errno; 673 extern int errno;
871 } 870 }
872 871
873 872
874 873
875 874
876 const char* 875 char*
877 gaim_upnp_get_public_ip(const char* controlURL) 876 gaim_upnp_get_public_ip(const char* controlURL)
878 { 877 {
879 char* extIPAddress; 878 char* extIPAddress;
880 char* httpResponse; 879 char* httpResponse;
881 char actionName[] = "GetExternalIPAddress"; 880 char actionName[] = "GetExternalIPAddress";