From: Sean E. <sea...@us...> - 2002-03-12 17:24:47
|
Update of /cvsroot/gaim/gaim/src/protocols/napster In directory usw-pr-cvs1:/tmp/cvs-serv29919/src/protocols/napster Modified Files: napster.c Log Message: Laying the ground work for image send. Also an IRC fix. Index: napster.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/napster/napster.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- napster.c 8 Dec 2001 09:48:52 -0000 1.16 +++ napster.c 12 Mar 2002 17:21:44 -0000 1.17 @@ -77,7 +77,7 @@ write(ndata->fd, message, size); } -static int nap_send_im(struct gaim_connection *gc, char *who, char *message, int flags) +static int nap_send_im(struct gaim_connection *gc, char *who, char *message, int len, int flags) { gchar buf[NAP_BUF_LEN]; |