First commit
[novacoin.git] / irc.h
1 // Copyright (c) 2009 Satoshi Nakamoto\r
2 // Distributed under the MIT/X11 software license, see the accompanying\r
3 // file license.txt or http://www.opensource.org/licenses/mit-license.php.\r
4 \r
5 extern bool RecvLine(SOCKET hSocket, string& strLine);\r
6 extern void ThreadIRCSeed(void* parg);\r
7 extern bool fRestartIRCSeed;\r
8 \r
9 extern map<vector<unsigned char>, CAddress> mapIRCAddresses;\r
10 extern CCriticalSection cs_mapIRCAddresses;\r