--- a/libpurple/protocols/jabber/roster.c Thu Oct 06 23:56:19 2022 -0500 +++ b/libpurple/protocols/jabber/roster.c Fri Oct 07 01:21:28 2022 -0500 @@ -30,6 +30,8 @@ #include <string.h> +static const gchar *jabber_roster_group_get_global_name(PurpleGroup *group); + /* Take a list of strings and join them with a ", " separator */ static gchar *roster_groups_join(GSList *list) { @@ -498,7 +500,7 @@ } } -const gchar * +static const gchar * jabber_roster_group_get_global_name(PurpleGroup *group) { const gchar *name = NULL;