--- a/src/prpl.h Mon Apr 05 20:15:29 2004 +0000 +++ b/src/prpl.h Mon Apr 05 20:42:13 2004 +0000 @@ -329,6 +329,8 @@ void (*roomlist_cancel)(struct _GaimRoomlist *list); void (*roomlist_expand_category)(struct _GaimRoomlist *list, struct _GaimRoomlistRoom *category); + /* Chat specific menu in the buddy list */ + GList *(*chat_menu)(GaimConnection *, GHashTable *); }; #define GAIM_IS_PROTOCOL_PLUGIN(plugin) \