5 * Information parsed from a URL string. "char *" pointers will point
6 * to the start of the relevant portion of the original URL string,
7 * which will have been modified by inserting terminating NULs at the
8 * appropriate points. Use unparse_url() if you want to get back the
19 extern void parse_url ( struct url_info *info, char *url );
20 extern char * unparse_url ( struct url_info *info );