--- 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_ */