diff src/prpl.h @ 9754:4a8bf81b82ae

[gaim-migrate @ 10621] " This will default the room/server fields to the proper values when an add chat is requested from a conversation window. It wasn't quite as trivial as the reporter suggested..." --Nathan (noif) Fredrickson committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 15 Aug 2004 19:34:20 +0000
parents 60705fd4f411
children a54b75bbc159
line wrap: on
line diff
--- a/src/prpl.h	Sun Aug 15 17:05:51 2004 +0000
+++ b/src/prpl.h	Sun Aug 15 19:34:20 2004 +0000
@@ -229,6 +229,7 @@
 
 	GList *(*blist_node_menu)(GaimBlistNode *node);
 	GList *(*chat_info)(GaimConnection *);
+	GHashTable *(*chat_info_defaults)(GaimConnection *, const char *chat_name);
 
 	/* All the server-related functions */
 	void (*login)(GaimAccount *);