--- a/libpurple/protocols/gg/chat.c Sat Aug 14 04:15:36 2021 -0500 +++ b/libpurple/protocols/gg/chat.c Sat Aug 14 04:18:06 2021 -0500 @@ -570,7 +570,9 @@ return FALSE; } -PurpleRoomlist * ggp_chat_roomlist_get_list(PurpleConnection *gc) +PurpleRoomlist * +ggp_chat_roomlist_get_list(PurpleProtocolRoomlist *protocol_roomlist, + PurpleConnection *gc) { ggp_chat_session_data *sdata = ggp_chat_get_sdata(gc); PurpleRoomlist *roomlist;