diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2012-05-14 17:15:58 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2012-05-14 17:52:45 +0200 |
commit | 0f1707de678a23b8600510be366289071203fc6e (patch) | |
tree | 86ad8eddb178c01da5d65983030ccceab30220d6 /src/net.h | |
parent | 0071a540d40f8e7cf75eb555f007ab61473a3a81 (diff) |
-onlynet instead of -blocknet
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ enum }; void SetLimited(enum Network net, bool fLimited = true); +bool IsLimited(enum Network net); bool IsLimited(const CNetAddr& addr); bool AddLocal(const CService& addr, int nScore = LOCAL_NONE); bool AddLocal(const CNetAddr& addr, int nScore = LOCAL_NONE); |