diff 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
line wrap: on
line diff
--- a/src/gaim.h	Fri Apr 11 07:49:15 2003 +0000
+++ b/src/gaim.h	Fri Apr 11 08:09:21 2003 +0000
@@ -371,7 +371,7 @@
 
 extern void grab_url(char *, gboolean, void (*callback)(gpointer, char *, unsigned long), gpointer);
 extern gchar *strip_html(const gchar *);
-extern char *html_to_xhtml(const char *);
+extern void html_to_xhtml(const char *, char **, char **);
 struct g_url *parse_url(char *url);
 
 /* Functions in idle.c */