diff options
Diffstat (limited to 'protocols/msn/msn.h')
-rw-r--r-- | protocols/msn/msn.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/msn/msn.h b/protocols/msn/msn.h index 5a195348..3def01a4 100644 --- a/protocols/msn/msn.h +++ b/protocols/msn/msn.h @@ -107,9 +107,9 @@ struct msn_data int trId; char *tokens[4]; - char *lock_key; + char *lock_key, *pp_policy; - GSList *msgq, *grpq; + GSList *msgq, *grpq, *soapq; GSList *switchboards; int sb_failures; time_t first_sb_failure; |