diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-03-21 09:00:12 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-03-21 09:00:12 +0100 |
commit | bc736cfadae460de29553ec0f9bb6e452dfe407d (patch) | |
tree | 45265048212d5450dceb4b4309a0112c2453a250 /protocols/msn/msn.h | |
parent | 82898afe3d659db4fc921aa22a1b21fddd7b2fd0 (diff) |
Basic handling of LSG responses.
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 |