summaryrefslogtreecommitdiff
path: root/toxcore/ping.api.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/ping.api.h')
-rw-r--r--toxcore/ping.api.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/toxcore/ping.api.h b/toxcore/ping.api.h
index edc04723..e75c4e14 100644
--- a/toxcore/ping.api.h
+++ b/toxcore/ping.api.h
@@ -35,12 +35,13 @@
35 35
36class iP_Port { struct this; } 36class iP_Port { struct this; }
37class dHT { struct this; } 37class dHT { struct this; }
38class mono_Time { struct this; }
38 39
39class ping { 40class ping {
40 41
41struct this; 42struct this;
42 43
43static this new(dHT::this *dht); 44static this new(const mono_Time::this *mono_time, dHT::this *dht);
44void kill(); 45void kill();
45 46
46/** Add nodes to the to_ping list. 47/** Add nodes to the to_ping list.