diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2012-05-01 21:04:07 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2012-06-23 01:11:38 +0200 |
commit | 54ce3bad64ea4dff64f16c12b287383ad96a875a (patch) | |
tree | 09dba5fc6f636d8c578e033d6b013f7018bf1119 /src/net.h | |
parent | d077dd2a6ed4519d201a2a17ab151303ac3866f5 (diff) |
Add -tor and related configuration
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |