aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2012-06-23 19:21:13 -0700
committerGregory Maxwell <greg@xiph.org>2012-06-23 19:21:13 -0700
commit817ee0d826087d418b5f0bffcdd92429574284e2 (patch)
tree6918d60b6fe3d56d4142ce1d59fc966320dd97a2 /src/net.h
parent0ae2ac5431c762dcf44318a688f1a0d5b130ac23 (diff)
parentd789a3f1403fb6709a3ca26ef9ecc75b0b0a68a4 (diff)
downloadbitcoin-817ee0d826087d418b5f0bffcdd92429574284e2.tar.xz
Merge pull request #1174 from sipa/torhs
Tor hidden service support
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.h b/src/net.h
index f059c7a448..29b116eb3b 100644
--- a/src/net.h
+++ b/src/net.h
@@ -64,6 +64,7 @@ bool SeenLocal(const CService& addr);
bool IsLocal(const CService& addr);
bool GetLocal(CService &addr, const CNetAddr *paddrPeer = NULL);
bool IsReachable(const CNetAddr &addr);
+void SetReachable(enum Network net, bool fFlag = true);
CAddress GetLocalAddress(const CNetAddr *paddrPeer = NULL);