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 5b6bea65..88e97dd6 100644
--- a/toxcore/onion_client.h
+++ b/toxcore/onion_client.h
@@ -171,7 +171,7 @@ void oniondata_registerhandler(Onion_Client *onion_c, uint8_t byte, oniondata_ha
171 171
172void do_onion_client(Onion_Client *onion_c); 172void do_onion_client(Onion_Client *onion_c);
173 173
174Onion_Client *new_onion_client(Mono_Time *mono_time, Net_Crypto *c); 174Onion_Client *new_onion_client(const Logger *logger, Mono_Time *mono_time, Net_Crypto *c);
175 175
176void kill_onion_client(Onion_Client *onion_c); 176void kill_onion_client(Onion_Client *onion_c);
177 177