From 0f1707de678a23b8600510be366289071203fc6e Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Mon, 14 May 2012 17:15:58 +0200 Subject: -onlynet instead of -blocknet --- src/net.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net.h') 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); -- cgit v1.2.3