mirror of
https://github.com/Tha14/toxic.git
synced 2025-11-22 08:56:39 +01:00
speed up friendlist loading on startup
This commit is contained in:
@@ -46,6 +46,8 @@ ToxWindow new_friendlist(void);
|
||||
void disable_chatwin(int f_num);
|
||||
int get_friendnum(uint8_t *name);
|
||||
|
||||
void friendlist_onFriendAdded(ToxWindow *self, Tox *m, int num, bool sort);
|
||||
|
||||
/* sorts friendlist_index first by connection status then alphabetically */
|
||||
void sort_friendlist_index(Tox *m);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user