diff options
Diffstat (limited to 'toxcore/onion_client.h')
-rw-r--r-- | toxcore/onion_client.h | 2 |
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 | ||
172 | void do_onion_client(Onion_Client *onion_c); | 172 | void do_onion_client(Onion_Client *onion_c); |
173 | 173 | ||
174 | Onion_Client *new_onion_client(Mono_Time *mono_time, Net_Crypto *c); | 174 | Onion_Client *new_onion_client(const Logger *logger, Mono_Time *mono_time, Net_Crypto *c); |
175 | 175 | ||
176 | void kill_onion_client(Onion_Client *onion_c); | 176 | void kill_onion_client(Onion_Client *onion_c); |
177 | 177 | ||