Bitcoin ABC
0.22.13
P2P Digital Currency
src
torcontrol.h
Go to the documentation of this file.
1
// Copyright (c) 2015 The Bitcoin Core developers
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
8
#ifndef BITCOIN_TORCONTROL_H
9
#define BITCOIN_TORCONTROL_H
10
11
#include <string>
12
13
extern
const
std::string
DEFAULT_TOR_CONTROL
;
14
static
const
bool
DEFAULT_LISTEN_ONION
=
true
;
15
16
void
StartTorControl
();
17
void
InterruptTorControl
();
18
void
StopTorControl
();
19
20
#endif // BITCOIN_TORCONTROL_H
StartTorControl
void StartTorControl()
Definition:
torcontrol.cpp:872
InterruptTorControl
void InterruptTorControl()
Definition:
torcontrol.cpp:889
DEFAULT_TOR_CONTROL
const std::string DEFAULT_TOR_CONTROL
Functionality for communicating with Tor.
Definition:
torcontrol.cpp:32
StopTorControl
void StopTorControl()
Definition:
torcontrol.cpp:899
DEFAULT_LISTEN_ONION
static const bool DEFAULT_LISTEN_ONION
Definition:
torcontrol.h:14
Generated on Fri Jan 22 2021 16:52:31 for Bitcoin ABC by
1.8.13