--- a/libpurple/protocols/msn/session.h Tue Aug 10 18:01:01 2010 +0000 +++ b/libpurple/protocols/msn/session.h Wed Sep 15 17:34:21 2010 +0000 @@ -61,6 +61,8 @@ #define MSN_LOGIN_FQY_TIMEOUT 30 +#define MSN_LOGIN_FQY_TIMEOUT 30 + #include "nexus.h" #include "notification.h" #include "oim.h" @@ -117,6 +119,8 @@ GHashTable *soap_table; guint soap_cleanup_handle; char *guid; + + GSList *url_datas; /**< PurpleUtilFetchUrlData to be cancelled on exit */ }; /**