diff libpurple/protocols/msn/command.h @ 24267:e473291375b4

Apply khc's patch for ADL error 205, with a few changes to get around string freeze. This should allow people to login for this release since I removed the previous workaround. References #6640.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 19 Oct 2008 05:45:16 +0000
parents 44b4e8bd759b
children 462cb893521b
line wrap: on
line diff
--- a/libpurple/protocols/msn/command.h	Thu Oct 02 05:37:38 2008 +0000
+++ b/libpurple/protocols/msn/command.h	Sun Oct 19 05:45:16 2008 +0000
@@ -51,6 +51,7 @@
 	size_t payload_len;
 
 	MsnPayloadCb payload_cb;
+	void *payload_cbdata;
 };
 
 MsnCommand *msn_command_from_string(const char *string);