diff src/protocols/toc/toc.c @ 3033:1143524a2eaf

[gaim-migrate @ 3046] Laying the ground work for image send. Also an IRC fix. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 12 Mar 2002 17:21:46 +0000
parents 8b03506b8c1e
children 793fb2e9d53b
line wrap: on
line diff
--- a/src/protocols/toc/toc.c	Tue Mar 12 02:44:22 2002 +0000
+++ b/src/protocols/toc/toc.c	Tue Mar 12 17:21:46 2002 +0000
@@ -919,7 +919,7 @@
 	return "TOC";
 }
 
-static int toc_send_im(struct gaim_connection *gc, char *name, char *message, int flags)
+static int toc_send_im(struct gaim_connection *gc, char *name, char *message, int len, int flags)
 {
 	char buf[BUF_LEN * 2];
 	char *tmp = g_malloc(strlen(message) * 4 + 1); /* 4 because \n gets replaced with <BR> */