Mercurial > pidgin
diff src/protocols/napster/napster.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 | b1e300a85678 |
children | b77edfedc39f |
line wrap: on
line diff
--- a/src/protocols/napster/napster.c Tue Mar 12 02:44:22 2002 +0000 +++ b/src/protocols/napster/napster.c Tue Mar 12 17:21:46 2002 +0000 @@ -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];