aboutsummaryrefslogtreecommitdiff
path: root/src/torcontrol.h
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2018-02-07 18:33:20 -0500
committerCory Fields <cory-nospam-@coryfields.com>2018-02-08 14:35:29 -0500
commit08272671d2218eb69589a0639cbb61ef7cde3004 (patch)
treeab4d629613d83d75ae35a25dcd9d6ff7c22a27f2 /src/torcontrol.h
parentba917249486310985a34a5250bb570ca18821322 (diff)
downloadbitcoin-08272671d2218eb69589a0639cbb61ef7cde3004.tar.xz
boost: drop boost threads from torcontrol
Diffstat (limited to 'src/torcontrol.h')
-rw-r--r--src/torcontrol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/torcontrol.h b/src/torcontrol.h
index 20514f7bbf..2be6701fa5 100644
--- a/src/torcontrol.h
+++ b/src/torcontrol.h
@@ -13,7 +13,7 @@
extern const std::string DEFAULT_TOR_CONTROL;
static const bool DEFAULT_LISTEN_ONION = true;
-void StartTorControl(boost::thread_group& threadGroup, CScheduler& scheduler);
+void StartTorControl();
void InterruptTorControl();
void StopTorControl();