aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/msn.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/msn/msn.h')
-rw-r--r--protocols/msn/msn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/msn/msn.h b/protocols/msn/msn.h
index 3def01a4..829bbd4c 100644
--- a/protocols/msn/msn.h
+++ b/protocols/msn/msn.h
@@ -80,6 +80,7 @@ typedef enum
MSN_GOT_PROFILE = 1,
MSN_GOT_PROFILE_DN = 2,
MSN_DONE_ADL = 4,
+ MSN_REAUTHING = 8,
} msn_flags_t;
struct msn_handler_data
@@ -102,7 +103,7 @@ struct msn_data
{
struct im_connection *ic;
- struct msn_handler_data ns[1], auth[1];
+ struct msn_handler_data ns[1];
msn_flags_t flags;
int trId;