Mercurial > pidgin
diff src/protocols/oscar/chat.c @ 10994:b45613311dab
[gaim-migrate @ 12833]
*** empty log message ***
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Thu, 09 Jun 2005 05:00:41 +0000 |
| parents | 1798ad0be460 |
| children | ba630d7a7365 |
line wrap: on
line diff
--- a/src/protocols/oscar/chat.c Thu Jun 09 04:47:18 2005 +0000 +++ b/src/protocols/oscar/chat.c Thu Jun 09 05:00:41 2005 +0000 @@ -320,7 +320,7 @@ * * XXX convert this to use tlvchains */ -faim_export int aim_chat_send_im(aim_session_t *sess, aim_conn_t *conn, fu16_t flags, const char *msg, int msglen, const char *encoding, const char *language) +faim_export int aim_chat_send_im(aim_session_t *sess, aim_conn_t *conn, fu16_t flags, const fu8_t *msg, int msglen, const char *encoding, const char *language) { int i; aim_frame_t *fr;
