diff 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
line wrap: on
line diff
--- a/src/util.c	Thu May 06 05:32:35 2004 +0000
+++ b/src/util.c	Thu May 06 05:42:41 2004 +0000
@@ -2105,6 +2105,11 @@
 /**************************************************************************
  * URI/URL Functions
  **************************************************************************/
+/*
+ * XXX - Make this also support extracting a username and password?
+ * Would be nice when dissecting an environmental variable
+ * that specifies proxy information.
+ */
 gboolean
 gaim_url_parse(const char *url, char **ret_host, int *ret_port,
 			   char **ret_path)