src/protocols/zephyr/zephyr.c

changeset 6982
12f08de92674
parent 6935
53bd1d646e18
child 7062
26abb8b189ce
--- a/src/protocols/zephyr/zephyr.c	Sat Sep 27 15:45:49 2003 +0000
+++ b/src/protocols/zephyr/zephyr.c	Sat Sep 27 19:17:21 2003 +0000
@@ -369,7 +369,7 @@
                             !g_ascii_strcasecmp(notice.z_class_inst, "PERSONAL")) {
 				if (!g_ascii_strcasecmp(notice.z_message, "Automated reply:"))
 					flags |= GAIM_IM_AUTO_RESP;
-				serv_got_im(zgc, notice.z_sender, buf2, flags, time(NULL), -1);
+				serv_got_im(zgc, notice.z_sender, buf2, flags, time(NULL));
 			} else {
 				zephyr_triple *zt1, *zt2;
 				zt1 = new_triple(notice.z_class, notice.z_class_inst,
@@ -789,7 +789,7 @@
 	return 0;
 }
 
-static int zephyr_send_im(GaimConnection *gc, const char *who, const char *im, int len, GaimImFlags flags) {
+static int zephyr_send_im(GaimConnection *gc, const char *who, const char *im, GaimImFlags flags) {
 	ZNotice_t notice;
 	char *buf;
 	const char *sig;

mercurial