diff src/protocols/jabber/jabber.h @ 8113:d60272410bd5

[gaim-migrate @ 8817] Tim 'marv' Ringenbach wrote us a wonderful core/ui split chat room list thing-a-ma-jig. I've taken the liberty of adding jabber support to it as well. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 15 Jan 2004 22:20:29 +0000
parents 9a6df4d567e0
children dd6fe7d965aa
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.h	Thu Jan 15 17:08:38 2004 +0000
+++ b/src/protocols/jabber/jabber.h	Thu Jan 15 22:20:29 2004 +0000
@@ -24,6 +24,7 @@
 
 #include <glib.h>
 #include "connection.h"
+#include "roomlist.h"
 #include "sslconn.h"
 
 #include "jutil.h"
@@ -65,6 +66,7 @@
 
 	GHashTable *chats;
 	GList *chat_servers;
+	GaimRoomlist *roomlist;
 
 	GHashTable *callbacks;
 	int next_id;