-
+ 960A1A96AABF8154DFE3619E5198F52CADC493D949CE647CBA3DC4CBC69AB03C392F54C71F03A8E2D11070966D35A33EB7FEA096D3799439D9583D32D0664E10
bitcoin/src/irc.h
(0 . 0)(1 . 14)
6526 // Copyright (c) 2009-2010 Satoshi Nakamoto
6527 // Copyright (c) 2011 The Bitcoin developers
6528 // Distributed under the MIT/X11 software license, see the accompanying
6529 // file license.txt or http://www.opensource.org/licenses/mit-license.php.
6530 #ifndef BITCOIN_IRC_H
6531 #define BITCOIN_IRC_H
6532
6533 bool RecvLine(SOCKET hSocket, std::string& strLine);
6534 void ThreadIRCSeed(void* parg);
6535
6536 extern int nGotIRCAddresses;
6537 extern bool fGotExternalIP;
6538
6539 #endif