From: Sean E. <sea...@us...> - 2002-03-12 17:24:46
|
Update of /cvsroot/gaim/gaim/src/protocols/msn In directory usw-pr-cvs1:/tmp/cvs-serv29919/src/protocols/msn Modified Files: msn.c Log Message: Laying the ground work for image send. Also an IRC fix. Index: msn.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/msn/msn.c,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- msn.c 7 Mar 2002 18:53:36 -0000 1.58 +++ msn.c 12 Mar 2002 17:21:43 -0000 1.59 @@ -1527,7 +1527,7 @@ return MSN_TYPING_SEND_TIMEOUT; } -static int msn_send_im(struct gaim_connection *gc, char *who, char *message, int flags) +static int msn_send_im(struct gaim_connection *gc, char *who, char *message, int len, int flags) { struct msn_data *md = gc->proto_data; struct msn_switchboard *ms = msn_find_switch(gc, who); |