summaryrefslogtreecommitdiff
path: root/toxcore/net_crypto.h
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2014-12-21 19:59:00 -0500
committerMaxim Biro <nurupo.contributions@gmail.com>2014-12-21 19:59:00 -0500
commite9bf38499e42eec2b01ef5024f0b7092539bc11c (patch)
treecf9a0ee0013e385a84b24e7c6d2243f5db8af1a4 /toxcore/net_crypto.h
parent377da127a1e19f96f75da8b4c59eee6a947cab3b (diff)
Some refactoring of proxy code
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 0726207b..4340d4b9 100644
--- a/toxcore/net_crypto.h
+++ b/toxcore/net_crypto.h
@@ -213,7 +213,6 @@ typedef struct {
213 int (*tcp_onion_callback)(void *object, const uint8_t *data, uint16_t length); 213 int (*tcp_onion_callback)(void *object, const uint8_t *data, uint16_t length);
214 void *tcp_onion_callback_object; 214 void *tcp_onion_callback_object;
215 215
216 uint8_t proxy_set;
217 TCP_Proxy_Info proxy_info; 216 TCP_Proxy_Info proxy_info;
218} Net_Crypto; 217} Net_Crypto;
219 218