summaryrefslogtreecommitdiff
path: root/toxcore/onion_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/onion_client.h')
-rw-r--r--toxcore/onion_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/onion_client.h b/toxcore/onion_client.h
index 660ccdd2..c6aaec45 100644
--- a/toxcore/onion_client.h
+++ b/toxcore/onion_client.h
@@ -188,7 +188,7 @@ void oniondata_registerhandler(Onion_Client *onion_c, uint8_t byte, oniondata_ha
188 188
189void do_onion_client(Onion_Client *onion_c); 189void do_onion_client(Onion_Client *onion_c);
190 190
191Onion_Client *new_onion_client(Net_Crypto *c); 191Onion_Client *new_onion_client(Mono_Time *mono_time, Net_Crypto *c);
192 192
193void kill_onion_client(Onion_Client *onion_c); 193void kill_onion_client(Onion_Client *onion_c);
194 194