Added nicklist to group chats.
This commit is contained in:
parent
9648742781
commit
5f3d2f04f7
6 changed files with 87 additions and 11 deletions
|
@ -96,5 +96,12 @@ twc_group_action_callback(Tox *tox,
|
|||
uint16_t length,
|
||||
void *data);
|
||||
|
||||
void
|
||||
twc_group_namelist_change_callback(Tox *tox,
|
||||
int group_number,
|
||||
int peer_number,
|
||||
uint8_t change_type,
|
||||
void *data);
|
||||
|
||||
#endif // TOX_WEECHAT_TOX_CALLBACKS_H
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue