comparison src/html.h @ 6514:64d952098596

[gaim-migrate @ 7031] Nathan Poznick implemented yahoo info :-) please test and submit patches for bugs committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 20 Aug 2003 01:35:03 +0000
parents 11bedb793a44
children 7c14b35bc984
comparison
equal deleted inserted replaced
6513:63c449a1022f 6514:64d952098596
34 gpointer data); 34 gpointer data);
35 35
36 gchar *strip_html(const gchar *text); 36 gchar *strip_html(const gchar *text);
37 void html_to_xhtml(const char *html, char **xhtml_out, char **plain_out); 37 void html_to_xhtml(const char *html, char **xhtml_out, char **plain_out);
38 struct g_url *parse_url(char *url); 38 struct g_url *parse_url(char *url);
39 int info_extract_field(char *, char *, char *, int,
40 char *, char, char *, char *, int, char *);
39 41
40 #endif /* _GAIM_HTML_H_ */ 42 #endif /* _GAIM_HTML_H_ */