1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-02 13:16:45 +02:00

improve friendlis sorting function

This commit is contained in:
Jfreegman
2013-11-24 18:22:48 -05:00
parent e625bffbb4
commit 3470a5eef7
2 changed files with 15 additions and 24 deletions

View File

@ -6,6 +6,8 @@
ToxWindow new_friendlist(void);
void disable_chatwin(int f_num);
int get_friendnum(uint8_t *name);
/* sorts friendlist_index first by connection status then alphabetically */
void sort_friendlist_index(void);
#endif /* end of include guard: FRIENDLIST_H_53I41IM */