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