boost: drop boost threads from torcontrol

This commit is contained in:
Cory Fields
2018-02-07 18:33:20 -05:00
parent ba91724948
commit 08272671d2
3 changed files with 5 additions and 5 deletions

View File

@@ -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();