diff src/roomlist.c @ 8352:77baefe979c6

[gaim-migrate @ 9076] this compiles, and I don't think it breaks anything, so here's /list support, again from our patient friend marv committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 27 Feb 2004 01:48:11 +0000
parents 12055bae7f59
children 058efd3cb86f
line wrap: on
line diff
--- a/src/roomlist.c	Fri Feb 27 01:45:26 2004 +0000
+++ b/src/roomlist.c	Fri Feb 27 01:48:11 2004 +0000
@@ -39,6 +39,12 @@
 /**************************************************************************/
 /*@{*/
 
+void gaim_roomlist_show_with_account(GaimAccount *account)
+{
+	if (ops && ops->show_with_account)
+		ops->show_with_account(account);
+}
+
 GaimRoomlist *gaim_roomlist_new(GaimAccount *account)
 {
 	GaimRoomlist *list;