summaryrefslogtreecommitdiff
path: root/toxcore/net_crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/net_crypto.h')
-rw-r--r--toxcore/net_crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/net_crypto.h b/toxcore/net_crypto.h
index e40b7bfd..4a1d7f2c 100644
--- a/toxcore/net_crypto.h
+++ b/toxcore/net_crypto.h
@@ -343,7 +343,7 @@ void load_secret_key(Net_Crypto *c, const uint8_t *sk);
343/* Create new instance of Net_Crypto. 343/* Create new instance of Net_Crypto.
344 * Sets all the global connection variables to their default values. 344 * Sets all the global connection variables to their default values.
345 */ 345 */
346Net_Crypto *new_net_crypto(const Logger *log, DHT *dht, TCP_Proxy_Info *proxy_info); 346Net_Crypto *new_net_crypto(const Logger *log, Mono_Time *mono_time, DHT *dht, TCP_Proxy_Info *proxy_info);
347 347
348/* return the optimal interval in ms for running do_net_crypto. 348/* return the optimal interval in ms for running do_net_crypto.
349 */ 349 */