summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/Messenger.h')
-rw-r--r--toxcore/Messenger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxcore/Messenger.h b/toxcore/Messenger.h
index f4046f2e..4659ddf9 100644
--- a/toxcore/Messenger.h
+++ b/toxcore/Messenger.h
@@ -69,6 +69,7 @@ typedef struct {
69 uint8_t ipv6enabled; 69 uint8_t ipv6enabled;
70 uint8_t udp_disabled; 70 uint8_t udp_disabled;
71 TCP_Proxy_Info proxy_info; 71 TCP_Proxy_Info proxy_info;
72 uint16_t port_range[2];
72} Messenger_Options; 73} Messenger_Options;
73 74
74 75