diff libpurple/protocols/myspace/session.h @ 24832:1d77f138847b

This is a bitmask, and the "c" value here should be the least significant bit
author Mark Doliner <mark@kingant.net>
date Mon, 22 Dec 2008 23:21:14 +0000
parents 8e75a1525156
children e137c1fc216a
line wrap: on
line diff
--- a/libpurple/protocols/myspace/session.h	Mon Dec 22 23:08:26 2008 +0000
+++ b/libpurple/protocols/myspace/session.h	Mon Dec 22 23:21:14 2008 +0000
@@ -35,7 +35,7 @@
 	guint userid;                       /**< This user's numeric user ID */
 	gchar *username;                    /**< This user's unique username */
 	gboolean show_only_to_list;
-	int privacy_mode;
+	int privacy_mode;                   /**< This is a bitmask */
 	int offline_message_mode;
 	gint fd;                            /**< File descriptor to/from server */