diff src/gaim.h @ 5093:89c0c811befa

[gaim-migrate @ 5455] jabber XHTML support. since people tend to not like to write valid XHTML all of the time, we now have html_to_xhtml() which does its best to figure out what you meant. i'm tired, hope this works for everyone committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 10 Apr 2003 06:09:26 +0000
parents cb700c07ee07
children 496ea7c1b77b
line wrap: on
line diff
--- a/src/gaim.h	Thu Apr 10 00:57:06 2003 +0000
+++ b/src/gaim.h	Thu Apr 10 06:09:26 2003 +0000
@@ -371,6 +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 *);
 struct g_url *parse_url(char *url);
 
 /* Functions in idle.c */