diff src/html.h @ 6516:7c14b35bc984

[gaim-migrate @ 7033] reversed the last yahoo info patch and applied this one instead, which includes msn info support. ChipX86: if this messes you up, tell me and i'll switch it back. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 20 Aug 2003 02:45:31 +0000
parents 64d952098596
children 66dd420d3d23
line wrap: on
line diff
--- a/src/html.h	Wed Aug 20 01:55:25 2003 +0000
+++ b/src/html.h	Wed Aug 20 02:45:31 2003 +0000
@@ -31,7 +31,7 @@
 
 void grab_url(char *url, gboolean full,
 			  void (*callback)(gpointer, char *, unsigned long),
-			  gpointer data);
+			  gpointer data, char *, int);
 
 gchar *strip_html(const gchar *text);
 void html_to_xhtml(const char *html, char **xhtml_out, char **plain_out);