src/protocols/msn/session.h

changeset 5322
782746a9bfdd
parent 5318
2073a19f4217
child 5327
c12297f29f8d
--- 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;
 };
 
 /**

mercurial