From ebc84ea42d86c4fab45ede823ffc4bc55529bc35 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Thu, 5 May 2016 16:13:00 +0000 Subject: Tox: attempt to fix crash on connect git-svn-id: http://svn.miranda-ng.org/main/trunk@16803 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_proto.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'protocols/Tox/src/tox_proto.h') diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h index e0a2189675..ca3828bca0 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -92,12 +92,12 @@ private: // tox network bool IsOnline(); - void BootstrapUdpNode(const char *address, int port, const char *pubKey); - void BootstrapTcpRelay(const char *address, int port, const char *pubKey); + void BootstrapUdpNode(CToxThread *toxThread, const char *address, int port, const char *pubKey); + void BootstrapTcpRelay(CToxThread *toxThread, const char *address, int port, const char *pubKey); - void BootstrapNodesFromDb(bool isIPv6); - void BootstrapNodesFromJson(bool isIPv6); - void BootstrapNodes(); + void BootstrapNodesFromDb(CToxThread *toxThread, bool isIPv6); + void BootstrapNodesFromJson(CToxThread *toxThread, bool isUdp, bool isIPv6); + void BootstrapNodes(CToxThread *toxThread); void UpdateNodes(); -- cgit v1.2.3