1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-30 10:46:45 +02:00

use API function for friend count instead of global var

This commit is contained in:
Jfreegman
2014-02-07 18:44:10 -05:00
parent da99d776df
commit 42cd80efe9
6 changed files with 18 additions and 17 deletions

View File

@ -22,6 +22,6 @@ 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);
void sort_friendlist_index(Tox *m);
#endif /* end of include guard: FRIENDLIST_H_53I41IM */