diff options
author | aunsane <aunsane@gmail.com> | 2018-03-03 20:36:35 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-03-03 20:36:35 +0300 |
commit | 51022062562449eb9679a931bdc5cb4d62aca682 (patch) | |
tree | 93a56d484b80b0eab1eebef9e1fb067d7ea3e7be /protocols/Tox/libtox | |
parent | fa58f69fe117640e29cefb1b699bede4d045bc2f (diff) |
Tox: #1156
- more accurate transfer management
- unlockong file on transfer pause
- added additional logs
- cleanup
Diffstat (limited to 'protocols/Tox/libtox')
-rw-r--r-- | protocols/Tox/libtox/src/libtox.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/libtox/src/libtox.def b/protocols/Tox/libtox/src/libtox.def index 7d27a74f5e..c8c75b267b 100644 --- a/protocols/Tox/libtox/src/libtox.def +++ b/protocols/Tox/libtox/src/libtox.def @@ -7,7 +7,7 @@ tox_address_size tox_bootstrap tox_callback_conference_invite tox_callback_conference_message -tox_callback_conference_namelist_change +tox_callback_conference_peer_list_changed tox_callback_conference_title tox_callback_file_chunk_request tox_callback_file_recv |