X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fnetbase.h;h=7e995f617db7263a250652e09f4becbd53c48546;hb=5af8418fee23af1be2065382dda14a97034fdf56;hp=0f562ca061d50348c13b05d0e3f9eb0f03effbb6;hpb=75c3915a7c5c1a1542ac9c2bfe2db215e8cdd98c;p=novacoin.git diff --git a/src/netbase.h b/src/netbase.h index 0f562ca..7e995f6 100644 --- a/src/netbase.h +++ b/src/netbase.h @@ -143,7 +143,6 @@ bool IsProxy(const CNetAddr &addr); bool SetNameProxy(CService addrProxy, int nSocksVersion = 5); bool HaveNameProxy(); bool LookupHost(const char *pszName, std::vector& vIP, unsigned int nMaxSolutions = 0, bool fAllowLookup = true); -bool LookupHostNumeric(const char *pszName, std::vector& vIP, unsigned int nMaxSolutions = 0); bool Lookup(const char *pszName, CService& addr, uint16_t portDefault = 0, bool fAllowLookup = true); bool Lookup(const char *pszName, std::vector& vAddr, uint16_t portDefault = 0, bool fAllowLookup = true, unsigned int nMaxSolutions = 0); bool LookupNumeric(const char *pszName, CService& addr, uint16_t portDefault = 0);