src/protocols/msn/msg.h

changeset 6826
986589449e69
parent 6800
8f99c220b503
child 6868
b9cc0730e11c
--- 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.

mercurial