diff src/protocols/icq/gaim_icq.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 b1e300a85678
children 8fa61405af2b
line wrap: on
line diff
--- a/src/protocols/icq/gaim_icq.c	Tue Mar 12 02:44:22 2002 +0000
+++ b/src/protocols/icq/gaim_icq.c	Tue Mar 12 17:21:46 2002 +0000
@@ -361,7 +361,7 @@
 	g_free(id);
 }
 
-static int icq_send_msg(struct gaim_connection *gc, char *who, char *msg, int flags) {
+static int icq_send_msg(struct gaim_connection *gc, char *who, char *msg, int len, int flags) {
 	if (!(flags & IM_FLAG_AWAY) && (strlen(msg) > 0)) {
 		struct icq_data *id = (struct icq_data *)gc->proto_data;
 		long w = atol(who);