comparison 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
comparison
equal deleted inserted replaced
8351:ffa642240fc1 8352:77baefe979c6
36 36
37 /**************************************************************************/ 37 /**************************************************************************/
38 /** @name Room List API */ 38 /** @name Room List API */
39 /**************************************************************************/ 39 /**************************************************************************/
40 /*@{*/ 40 /*@{*/
41
42 void gaim_roomlist_show_with_account(GaimAccount *account)
43 {
44 if (ops && ops->show_with_account)
45 ops->show_with_account(account);
46 }
41 47
42 GaimRoomlist *gaim_roomlist_new(GaimAccount *account) 48 GaimRoomlist *gaim_roomlist_new(GaimAccount *account)
43 { 49 {
44 GaimRoomlist *list; 50 GaimRoomlist *list;
45 51