diff src/prpl.h @ 7999:38df71d58500

[gaim-migrate @ 8676] this fixes the add/remove button showing up incorrectly for jabber chat rooms when you add or remove a chat, the button doesn't automagically update in the chat window. i'm too hungry to figure that out right now, so someone else should do it. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 04 Jan 2004 23:07:41 +0000
parents 6fca0d9cc98b
children fa6395637e2c
line wrap: on
line diff
--- a/src/prpl.h	Sun Jan 04 22:26:40 2004 +0000
+++ b/src/prpl.h	Sun Jan 04 23:07:41 2004 +0000
@@ -314,6 +314,8 @@
 	char *(*get_cb_real_name)(GaimConnection *gc, int id, const char *who);
 
 	void (*set_chat_topic)(GaimConnection *gc, int id, const char *topic);
+
+	GaimChat *(*find_blist_chat)(GaimAccount *account, const char *name);
 };
 
 #define GAIM_IS_PROTOCOL_PLUGIN(plugin) \