1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-02 20:06:44 +02:00

use/display nicks instead of friend numbers for groupchat invites

This commit is contained in:
Jfreegman
2013-09-17 19:11:23 -04:00
parent 84422b5845
commit 42de821e3c
3 changed files with 46 additions and 6 deletions

View File

@ -7,5 +7,6 @@
ToxWindow new_friendlist();
int friendlist_onFriendAdded(Tox *m, int num);
void disable_chatwin(int f_num);
int get_friendnum(uint8_t *name);
#endif /* end of include guard: FRIENDLIST_H_53I41IM */