move back to original directory structure
[novacoin.git] / src / irc.h
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 #ifndef BITCOIN_IRC_H
5 #define BITCOIN_IRC_H
6
7 bool RecvLine(SOCKET hSocket, std::string& strLine);
8 void ThreadIRCSeed(void* parg);
9
10 extern int nGotIRCAddresses;
11 extern bool fGotExternalIP;
12
13 #endif