--- a/libpurple/util.h Fri Jun 21 13:47:56 2013 -0400 +++ b/libpurple/util.h Sat Jun 22 20:20:39 2013 +0200 @@ -1170,21 +1170,6 @@ void purple_got_protocol_handler_uri(const char *uri); /** - * Parses a URL, returning its host, port, file path, username and password. - * - * The returned data must be freed. - * - * @param url The URL to parse. - * @param ret_host The returned host. - * @param ret_port The returned port. - * @param ret_path The returned path. - * @param ret_user The returned username. - * @param ret_passwd The returned password. - */ -gboolean purple_url_parse(const char *url, char **ret_host, int *ret_port, - char **ret_path, char **ret_user, char **ret_passwd); - -/** * Decodes a URL into a plain string. * * This will change hex codes and such to their ascii equivalents.