--- a/src/protocols/msn/msg.h Sat Sep 13 21:01:26 2003 +0000 +++ b/src/protocols/msn/msg.h Sat Sep 13 23:28:08 2003 +0000 @@ -133,11 +133,12 @@ /** * Converts a message to a string. * - * @param msg The message. + * @param msg The message. + * @param ret_size The returned size of the string. * * @return The string representation of a message. */ -char *msn_message_build_string(const MsnMessage *msg); +char *msn_message_to_string(const MsnMessage *msg, size_t *ret_size); /** * Returns TRUE if the message is outgoing.