diff src/protocols/gg/gg.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 7a158753b8d6
children dd78d89c910b
line wrap: on
line diff
--- a/src/protocols/gg/gg.c	Tue Mar 12 02:44:22 2002 +0000
+++ b/src/protocols/gg/gg.c	Tue Mar 12 17:21:46 2002 +0000
@@ -1,6 +1,6 @@
 /*
  * gaim - Gadu-Gadu Protocol Plugin
- * $Id: gg.c 2928 2001-12-22 00:41:30Z warmenhoven $
+ * $Id: gg.c 3046 2002-03-12 17:21:46Z seanegan $
  *
  * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
  * 
@@ -585,7 +585,7 @@
 	gd->own_status = GG_STATUS_NOT_AVAIL;
 }
 
-static int agg_send_im(struct gaim_connection *gc, char *who, char *msg, int flags)
+static int agg_send_im(struct gaim_connection *gc, char *who, char *msg, int len, int flags)
 {
 	struct agg_data *gd = (struct agg_data *)gc->proto_data;
 	gchar *imsg;