diff src/protocols/toc/toc.c @ 4322:a789969fc198

[gaim-migrate @ 4577] I decided that the callback for grab_url should return a length, too. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 17 Jan 2003 04:24:29 +0000
parents 32fcf4cf5f80
children cc2f780c0505
line wrap: on
line diff
--- a/src/protocols/toc/toc.c	Thu Jan 16 22:39:22 2003 +0000
+++ b/src/protocols/toc/toc.c	Fri Jan 17 04:24:29 2003 +0000
@@ -423,7 +423,7 @@
 	return rp;
 }
 
-static void toc_got_info(gpointer data, char *url_text)
+static void toc_got_info(gpointer data, char *url_text, unsigned long len)
 {
 	if (!url_text)
 		return;