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`.
This commit is contained in:
Vasil Dimov
2023-02-07 15:13:21 +01:00
parent 6e308651c4
commit 53afa68026
4 changed files with 18 additions and 18 deletions

View File

@@ -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;