libpurple/account.h

changeset 31418
f5ae181ff4be
parent 30138
cca9685df785
child 31565
1138b2c998ec
--- a/libpurple/account.h	Mon Feb 14 03:51:05 2011 +0000
+++ b/libpurple/account.h	Mon Feb 14 08:47:37 2011 +0000
@@ -143,6 +143,7 @@
 	 * buddies are added to your permit list.  Currently we have to
 	 * iterate through the entire list if we want to check if someone
 	 * is permitted or denied.  We should do this for 3.0.0.
+	 * Or maybe use a GTree.
 	 */
 	GSList *permit;             /**< Permit list.                           */
 	GSList *deny;               /**< Deny list.                             */

mercurial