mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-05 05:56:46 +02:00
testing groupchat stuff
This commit is contained in:
@ -25,7 +25,7 @@ static int num_selected = 0;
|
||||
|
||||
static int friendlist_index[MAX_FRIENDS_NUM] = {0};
|
||||
|
||||
int index_name_cmp(const void *n1, const void *n2)
|
||||
static int index_name_cmp(const void *n1, const void *n2)
|
||||
{
|
||||
int res = name_compare(friends[*(int *) n1].name, friends[*(int *) n2].name);
|
||||
|
||||
|
Reference in New Issue
Block a user