diff src/protocols/zephyr/zephyr.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 ea6f8d8d74e5
line wrap: on
line diff
--- a/src/protocols/zephyr/zephyr.c	Tue Mar 12 02:44:22 2002 +0000
+++ b/src/protocols/zephyr/zephyr.c	Tue Mar 12 17:21:46 2002 +0000
@@ -736,7 +736,7 @@
 	return 0;
 }
 
-static int zephyr_send_im(struct gaim_connection *gc, char *who, char *im, int flags) {
+static int zephyr_send_im(struct gaim_connection *gc, char *who, char *im, int len, int flags) {
 	ZNotice_t notice;
 	char *buf;
 	const char *sig;