comparison src/util.c @ 8889:ae3f33870550

[gaim-migrate @ 9658] Get rid of a big old ugly function in proxy.c that was #if 0'ed out. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 06 May 2004 05:42:41 +0000
parents 92cbf9713795
children 00138e366ef8
comparison
equal deleted inserted replaced
8888:8592f296db16 8889:ae3f33870550
2103 } 2103 }
2104 2104
2105 /************************************************************************** 2105 /**************************************************************************
2106 * URI/URL Functions 2106 * URI/URL Functions
2107 **************************************************************************/ 2107 **************************************************************************/
2108 /*
2109 * XXX - Make this also support extracting a username and password?
2110 * Would be nice when dissecting an environmental variable
2111 * that specifies proxy information.
2112 */
2108 gboolean 2113 gboolean
2109 gaim_url_parse(const char *url, char **ret_host, int *ret_port, 2114 gaim_url_parse(const char *url, char **ret_host, int *ret_port,
2110 char **ret_path) 2115 char **ret_path)
2111 { 2116 {
2112 char scan_info[255]; 2117 char scan_info[255];