]>
Commit | Line | Data |
---|---|---|
0a61b0df | 1 | // Copyright (c) 2009-2010 Satoshi Nakamoto |
2 | // Distributed under the MIT/X11 software license, see the accompanying | |
3 | // file license.txt or http://www.opensource.org/licenses/mit-license.php. | |
4 | ||
5 | bool RecvLine(SOCKET hSocket, string& strLine); | |
6 | void ThreadIRCSeed(void* parg); | |
7 | ||
8 | extern int nGotIRCAddresses; | |
629e37dd | 9 | extern bool fGotExternalIP; |