diff src/protocols/msn/msg.h @ 6826:2adf21e70601

[gaim-migrate @ 7371] Fixed message length problems for binary and text. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 13 Sep 2003 23:28:08 +0000
parents 8f228a7d5076
children ab80de7a74d1
line wrap: on
line diff
--- 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.