libpurple/protocols/mxit/multimx.h

changeset 36077
b7328f4317c7
parent 30178
1c8b5d36dc42
--- a/libpurple/protocols/mxit/multimx.h	Thu May 22 15:15:16 2014 +0200
+++ b/libpurple/protocols/mxit/multimx.h	Thu May 22 15:53:54 2014 +0200
@@ -99,7 +99,7 @@
 /*
  * User has entered a message in a chatroom window, send it to the MXit server.
  */
-int mxit_chat_send(PurpleConnection *gc, int id, const char *message, PurpleMessageFlags flags);
+int mxit_chat_send(PurpleConnection *gc, int id, PurpleMessage *msg);
 
 
 #endif		/* _MXIT_MULTIMX_H_ */

mercurial