aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2012-05-14 17:15:58 +0200
committerPieter Wuille <pieter.wuille@gmail.com>2012-05-14 17:52:45 +0200
commit0f1707de678a23b8600510be366289071203fc6e (patch)
tree86ad8eddb178c01da5d65983030ccceab30220d6 /src/net.h
parent0071a540d40f8e7cf75eb555f007ab61473a3a81 (diff)
downloadbitcoin-0f1707de678a23b8600510be366289071203fc6e.tar.xz
-onlynet instead of -blocknet
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 3755c765d3..cb90ef6e72 100644
--- a/src/net.h
+++ b/src/net.h
@@ -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);