mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 19:36:21 +00:00
Renamed autocomplete function to get list
This commit is contained in:
@@ -339,7 +339,7 @@ roster_get_group(const char * const group)
|
||||
GSList *
|
||||
roster_get_groups(void)
|
||||
{
|
||||
return autocomplete_get_list(groups_ac);
|
||||
return autocomplete_create_list(groups_ac);
|
||||
}
|
||||
|
||||
char *
|
||||
|
||||
Reference in New Issue
Block a user