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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user