summaryrefslogtreecommitdiff
path: root/toxcore/TCP_client.h
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2015-04-29 01:02:47 +0200
committermannol <eniz_vukovic@hotmail.com>2015-04-29 01:02:47 +0200
commitd8c34f4ffafedc256e9a52af5e591c4998c0003d (patch)
tree190b3605de8f24a85caace8a841115e96dc4e539 /toxcore/TCP_client.h
parent9bba7a0434d0967d5dd76b8afc7783ea2edad0cf (diff)
parent3454bc7da78e467f55f6b7fea4e03775d2649a63 (diff)
Merge branch 'master' into new_api
Diffstat (limited to 'toxcore/TCP_client.h')
-rw-r--r--toxcore/TCP_client.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/toxcore/TCP_client.h b/toxcore/TCP_client.h
index d4d18a4b..722430e0 100644
--- a/toxcore/TCP_client.h
+++ b/toxcore/TCP_client.h
@@ -78,10 +78,6 @@ typedef struct {
78 uint64_t ping_response_id; 78 uint64_t ping_response_id;
79 uint64_t ping_request_id; 79 uint64_t ping_request_id;
80 80
81 //TODO: remove
82 void *net_crypto_pointer;
83 uint32_t net_crypto_location;
84
85 struct { 81 struct {
86 uint8_t status; /* 0 if not used, 1 if other is offline, 2 if other is online. */ 82 uint8_t status; /* 0 if not used, 1 if other is offline, 2 if other is online. */
87 uint8_t public_key[crypto_box_PUBLICKEYBYTES]; 83 uint8_t public_key[crypto_box_PUBLICKEYBYTES];