src/protocols/oscar/chat.c

changeset 10994
808c2badf521
parent 10991
ad4c153f004f
child 11074
6c44f6b0bcad
--- 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;

mercurial