--- a/libpurple/protocols/gg/status.h Tue Dec 01 22:06:48 2020 -0600 +++ b/libpurple/protocols/gg/status.h Thu Dec 03 04:34:04 2020 -0600 @@ -60,6 +60,6 @@ /* buddy status */ void ggp_status_got_others(PurpleConnection *gc, struct gg_event *ev); -char * ggp_status_buddy_text(PurpleBuddy *buddy); +char * ggp_status_buddy_text(PurpleProtocolClient *client, PurpleBuddy *buddy); #endif /* PURPLE_GG_STATUS_H */