src/protocols/zephyr/zephyr.c

changeset 3033
1f078ab46e76
parent 2856
046ed5e89321
child 3158
47352d96c3c9
--- 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;

mercurial