comparison src/gaim.h @ 5110:496ea7c1b77b

[gaim-migrate @ 5473] it dawned on me that since this function is so good at validating html, it might be pretty good at stripping html. so now we use it instead of strip_html and jabber messages don't get stripped of valid < and > characters committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 11 Apr 2003 08:09:21 +0000
parents 89c0c811befa
children 381da05cb5ed
comparison
equal deleted inserted replaced
5109:145587c11207 5110:496ea7c1b77b
369 char page[255]; 369 char page[255];
370 }; 370 };
371 371
372 extern void grab_url(char *, gboolean, void (*callback)(gpointer, char *, unsigned long), gpointer); 372 extern void grab_url(char *, gboolean, void (*callback)(gpointer, char *, unsigned long), gpointer);
373 extern gchar *strip_html(const gchar *); 373 extern gchar *strip_html(const gchar *);
374 extern char *html_to_xhtml(const char *); 374 extern void html_to_xhtml(const char *, char **, char **);
375 struct g_url *parse_url(char *url); 375 struct g_url *parse_url(char *url);
376 376
377 /* Functions in idle.c */ 377 /* Functions in idle.c */
378 extern gint check_idle(gpointer); 378 extern gint check_idle(gpointer);
379 379