Added nicklist to group chats.

This commit is contained in:
Håvard Pettersson 2014-10-05 05:22:59 +02:00
parent 9648742781
commit 5f3d2f04f7
6 changed files with 87 additions and 11 deletions

View file

@ -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