diff libpurple/account.h @ 31655:38ba52f4bb96

Add to a comment
author Mark Doliner <mark@kingant.net>
date Mon, 14 Feb 2011 08:47:37 +0000
parents 2a436e0ce977
children d72d728226dc
line wrap: on
line diff
--- 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.                             */