diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-24 16:16:38 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-03-24 16:16:38 +0100 |
commit | 728a981e422539df38d27d87e33829082d376ac6 (patch) | |
tree | 86458693b4f0f38f3695ce7fe3bcc7b1ee67c818 /protocols/msn/msn.h | |
parent | 96ace1b808f4df3f2106fa90c19fdc23408f924d (diff) | |
parent | 9b8a38bfa9a89e9741521ac522927c80b68976cf (diff) |
[merge] Wilmer
Diffstat (limited to 'protocols/msn/msn.h')
-rw-r--r-- | protocols/msn/msn.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/protocols/msn/msn.h b/protocols/msn/msn.h index 9727c537..0cd174f2 100644 --- a/protocols/msn/msn.h +++ b/protocols/msn/msn.h @@ -65,8 +65,11 @@ struct msn_data GSList *msgq; GSList *switchboards; - int buddycount; const struct msn_away_state *away_state; + + int buddycount; + int groupcount; + char **grouplist; }; struct msn_switchboard |