diff -r bb352b8c1ee1 -r f318e9d10c86 src/blist.h --- a/src/blist.h Sun Apr 27 22:45:09 2003 +0000 +++ b/src/blist.h Mon Apr 28 02:41:00 2003 +0000 @@ -116,6 +116,7 @@ */ struct gaim_buddy_list { GaimBlistNode *root; /**< The first node in the buddy list */ + GHashTable *buddies; /**< Every buddy in this list */ struct gaim_blist_ui_ops *ui_ops; /**< The UI operations for the buddy list */ void *ui_data; /**< UI-specific data. */