--- a/src/protocols/msn/session.h Wed May 07 01:41:07 2003 +0000 +++ b/src/protocols/msn/session.h Wed May 07 01:53:04 2003 +0000 @@ -67,8 +67,12 @@ } passport_info; - /* You have no idea how much I hate this. */ + /* You have no idea how much I hate all that is below. */ GaimPlugin *prpl; + + /* For moving buddies from one group to another. Ugh. */ + gboolean moving_buddy; + gint dest_group_id; }; /**