summaryrefslogtreecommitdiff
path: root/toxcore/state.h
diff options
context:
space:
mode:
authorzugz (tox) <mbays+tox@sdf.org>2018-09-09 23:27:39 +0200
committerzugz (tox) <mbays+tox@sdf.org>2018-11-29 21:52:23 +0100
commit9770880e975a09635a461c46c8fcc193bce57004 (patch)
tree8c7aa3c3ee8d264a3fdd97d8a5c49caa25f5da0b /toxcore/state.h
parentcaca350f435cf6a2a3778c64771dafdb7dde8b7a (diff)
Implement conferences saving
* add global friend_connection status callback, used for group rejoining * stop leaving groups on killing tox
Diffstat (limited to 'toxcore/state.h')
-rw-r--r--toxcore/state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxcore/state.h b/toxcore/state.h
index 872b1e9d..6e3c897e 100644
--- a/toxcore/state.h
+++ b/toxcore/state.h
@@ -31,6 +31,7 @@ typedef enum State_Type {
31 STATE_TYPE_STATUS = 6, 31 STATE_TYPE_STATUS = 6,
32 STATE_TYPE_TCP_RELAY = 10, 32 STATE_TYPE_TCP_RELAY = 10,
33 STATE_TYPE_PATH_NODE = 11, 33 STATE_TYPE_PATH_NODE = 11,
34 STATE_TYPE_CONFERENCES = 20,
34 STATE_TYPE_END = 255, 35 STATE_TYPE_END = 255,
35} State_Type; 36} State_Type;
36 37