aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2023-02-07 15:13:21 +0100
committerVasil Dimov <vd@FreeBSD.org>2023-10-05 15:10:34 +0200
commit53afa68026ffa1313ae4aba3664de7791d23b1c8 (patch)
tree273b7bbf1d5491e8e219c9946ec35ee2635b8dd0 /src/net.h
parent6e308651c441cbf8763c67cc099c538c333c2872 (diff)
net: move MaybeFlipIPv6toCJDNS() from net to netbase
It need not be in the `net` module and we need to call it from `LookupSubNet()`, thus move it to `netbase`.
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net.h b/src/net.h
index 9a517ac332..b6095ec53b 100644
--- a/src/net.h
+++ b/src/net.h
@@ -166,8 +166,6 @@ void RemoveLocal(const CService& addr);
bool SeenLocal(const CService& addr);
bool IsLocal(const CService& addr);
CService GetLocalAddress(const CNode& peer);
-CService MaybeFlipIPv6toCJDNS(const CService& service);
-
extern bool fDiscover;
extern bool fListen;