summaryrefslogtreecommitdiff
path: root/toxcore/net_crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/net_crypto.h')
-rw-r--r--toxcore/net_crypto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/toxcore/net_crypto.h b/toxcore/net_crypto.h
index 7fa05f08..78dea54e 100644
--- a/toxcore/net_crypto.h
+++ b/toxcore/net_crypto.h
@@ -215,7 +215,6 @@ typedef struct {
215 int (*tcp_onion_callback)(void *object, const uint8_t *data, uint16_t length); 215 int (*tcp_onion_callback)(void *object, const uint8_t *data, uint16_t length);
216 void *tcp_onion_callback_object; 216 void *tcp_onion_callback_object;
217 217
218 uint8_t proxy_set;
219 TCP_Proxy_Info proxy_info; 218 TCP_Proxy_Info proxy_info;
220} Net_Crypto; 219} Net_Crypto;
221 220