net: No need to export ConnectNode
This commit is contained in:
parent
e9ed6206b3
commit
5d5e7a097a
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ CNode* FindNode(const CNetAddr& ip);
|
|||
CNode* FindNode(const CSubNet& subNet);
|
||||
CNode* FindNode(const std::string& addrName);
|
||||
CNode* FindNode(const CService& ip);
|
||||
CNode* ConnectNode(CAddress addrConnect, const char *pszDest = NULL);
|
||||
bool OpenNetworkConnection(const CAddress& addrConnect, CSemaphoreGrant *grantOutbound = NULL, const char *strDest = NULL, bool fOneShot = false);
|
||||
void MapPort(bool fUseUPnP);
|
||||
unsigned short GetListenPort();
|
||||
|
|
Loading…
Reference in a new issue