diff src/html.h @ 7094:2343c3aa1dec

[gaim-migrate @ 7659] grab_url() and parse_url() are gone, replaced with gaim_url_fetch() and gaim_url_parse(). They were also moved to util.[ch]. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 01 Oct 2003 03:01:25 +0000
parents 66dd420d3d23
children
line wrap: on
line diff
--- a/src/html.h	Wed Oct 01 02:06:12 2003 +0000
+++ b/src/html.h	Wed Oct 01 03:01:25 2003 +0000
@@ -23,20 +23,9 @@
 #ifndef _GAIM_HTML_H_
 #define _GAIM_HTML_H_
 
-struct g_url {
-	char address[255];
-	int port;
-	char page[255];
-};
-
-void grab_url(char *url, gboolean full,
-			  void (*callback)(gpointer, char *, unsigned long),
-			  gpointer data, char *, int);
-
 gchar *strip_html(const gchar *text);
 void html_to_xhtml(const char *html, char **xhtml_out, char **plain_out);
-struct g_url *parse_url(char *url);
-int info_extract_field(char *, char *, char *, int,
+int info_extract_field(const char *, char *, char *, int,
 				char *, char, char *, char *, int, char *);
 
 #endif /* _GAIM_HTML_H_ */