summaryrefslogtreecommitdiff
path: root/toxcore/ping.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-01-17 13:35:40 -0500
committerirungentoo <irungentoo@gmail.com>2014-01-17 13:35:40 -0500
commitcd2474a2f6d8a8831fcfb1f9f33e0192fa287842 (patch)
tree5e803fa071fd28daf16b99ff1c3d4e3a34240a50 /toxcore/ping.h
parent9fcb707ec457b74f32ad48add5b93c0090c73f61 (diff)
Incorporated onion into Tox.
Fixed a couple of issues related to that.
Diffstat (limited to 'toxcore/ping.h')
-rw-r--r--toxcore/ping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/ping.h b/toxcore/ping.h
index 00e1c697..a0008f3c 100644
--- a/toxcore/ping.h
+++ b/toxcore/ping.h
@@ -39,7 +39,7 @@ typedef struct PING PING;
39int add_toping(PING *ping, uint8_t *client_id, IP_Port ip_port); 39int add_toping(PING *ping, uint8_t *client_id, IP_Port ip_port);
40void do_toping(PING *ping); 40void do_toping(PING *ping);
41 41
42PING *new_ping(DHT *dht, Net_Crypto *c); 42PING *new_ping(DHT *dht);
43void kill_ping(PING *ping); 43void kill_ping(PING *ping);
44 44
45int send_ping_request(PING *ping, IP_Port ipp, uint8_t *client_id); 45int send_ping_request(PING *ping, IP_Port ipp, uint8_t *client_id);