libpurple/protocols/gg/chat.h

changeset 41028
943b2cb45314
parent 40697
81f81f5d2f39
child 42306
aee8ab56690f
--- a/libpurple/protocols/gg/chat.h	Sat Aug 14 04:15:36 2021 -0500
+++ b/libpurple/protocols/gg/chat.h	Sat Aug 14 04:18:06 2021 -0500
@@ -54,6 +54,6 @@
 void ggp_chat_got_message(PurpleConnection *gc, uint64_t chat_id,
 	const char *message, time_t time, uin_t who);
 
-PurpleRoomlist * ggp_chat_roomlist_get_list(PurpleConnection *gc);
+PurpleRoomlist * ggp_chat_roomlist_get_list(PurpleProtocolRoomlist *protocol_roomlist, PurpleConnection *gc);
 
 #endif /* PURPLE_GG_CHAT_H */

mercurial