diff options
author | George Hazan <george.hazan@gmail.com> | 2023-08-23 19:38:07 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-08-23 19:38:07 +0300 |
commit | abacfceb23fc41d0b632a7985c2291c02225b432 (patch) | |
tree | 186f0c918c8bf671e0bec368f9ff27fd2352d47c /protocols/Tox/libtox/src/toxcore/state.h | |
parent | a8249e73fa598dde2fbde216c7e8f416ebdbf88d (diff) |
libtox synced with their master, it could help to fix #3649
Diffstat (limited to 'protocols/Tox/libtox/src/toxcore/state.h')
-rw-r--r-- | protocols/Tox/libtox/src/toxcore/state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Tox/libtox/src/toxcore/state.h b/protocols/Tox/libtox/src/toxcore/state.h index 716286d6d1..0cc188d50d 100644 --- a/protocols/Tox/libtox/src/toxcore/state.h +++ b/protocols/Tox/libtox/src/toxcore/state.h @@ -34,6 +34,7 @@ typedef enum State_Type { STATE_TYPE_NAME = 4, STATE_TYPE_STATUSMESSAGE = 5, STATE_TYPE_STATUS = 6, + STATE_TYPE_GROUPS = 7, STATE_TYPE_TCP_RELAY = 10, STATE_TYPE_PATH_NODE = 11, STATE_TYPE_CONFERENCES = 20, |