raw
genesis                 1 // Copyright (c) 2009-2010 Satoshi Nakamoto
genesis 2 // Copyright (c) 2011 The Bitcoin developers
genesis 3 // Distributed under the MIT/X11 software license, see the accompanying
genesis 4 // file license.txt or http://www.opensource.org/licenses/mit-license.php.
genesis 5 #ifndef BITCOIN_IRC_H
genesis 6 #define BITCOIN_IRC_H
genesis 7
genesis 8 bool RecvLine(SOCKET hSocket, std::string& strLine);
genesis 9 void ThreadIRCSeed(void* parg);
genesis 10
genesis 11 extern int nGotIRCAddresses;
genesis 12 extern bool fGotExternalIP;
genesis 13
genesis 14 #endif