From: Sean E. <sea...@us...> - 2002-03-12 17:24:45
|
Update of /cvsroot/gaim/gaim/src/protocols/jabber In directory usw-pr-cvs1:/tmp/cvs-serv29919/src/protocols/jabber Modified Files: jabber.c Log Message: Laying the ground work for image send. Also an IRC fix. Index: jabber.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/jabber/jabber.c,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- jabber.c 22 Feb 2002 23:47:55 -0000 1.34 +++ jabber.c 12 Mar 2002 17:21:43 -0000 1.35 @@ -1503,7 +1503,7 @@ gc->proto_data = NULL; } -static int jabber_send_im(struct gaim_connection *gc, char *who, char *message, int flags) +static int jabber_send_im(struct gaim_connection *gc, char *who, char *message, int len, int flags) { xmlnode x, y; char *realwho; |