comparison 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
comparison
equal deleted inserted replaced
5092:a4ad609ee6b3 5093:89c0c811befa
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 struct g_url *parse_url(char *url); 375 struct g_url *parse_url(char *url);
375 376
376 /* Functions in idle.c */ 377 /* Functions in idle.c */
377 extern gint check_idle(gpointer); 378 extern gint check_idle(gpointer);
378 379