diff -r 5951fd24250e -r 3a17eee239b2 src/protocols/jabber/chat.h --- a/src/protocols/jabber/chat.h Sun Aug 15 17:05:51 2004 +0000 +++ b/src/protocols/jabber/chat.h Sun Aug 15 19:34:20 2004 +0000 @@ -51,6 +51,7 @@ } JabberChat; GList *jabber_chat_info(GaimConnection *gc); +GHashTable *jabber_chat_info_defaults(GaimConnection *gc, const char *chat_name); void jabber_chat_join(GaimConnection *gc, GHashTable *data); JabberChat *jabber_chat_find(JabberStream *js, const char *room, const char *server);