summaryrefslogtreecommitdiff
path: root/toxcore/state.h
diff options
context:
space:
mode:
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