-
+ 8DD3D768326FE64E622FD0AC69C72532C7F8B7CE029D337A37820BBB02F1BBA01C830F32615CAC6A76F2F34E5DB653B2CFEDC076D1C79D76467DF912E2839175
bitcoin/src/irc.h
(0 . 0)(1 . 45)
7022 // /****************************\
7023 // * EXPERIMENTAL BRANCH. *
7024 // * FOR LABORATORY USE ONLY. *
7025 // ********************************
7026 // ************
7027 // **************
7028 // ****************
7029 // **** **** ****
7030 // *** *** ***
7031 // *** *** ***
7032 // *** * * **
7033 // ******** ********
7034 // ******* ******
7035 // *** **
7036 // * ******* **
7037 // ** * * * * *
7038 // ** * * ***
7039 // **** * * * * ****
7040 // **** *** * * ** ***
7041 // **** ********* ******
7042 // ******* ***** *******
7043 // ********* ****** **
7044 // ** ****** ******
7045 // ** ******* **
7046 // ** ******* ***
7047 // **** ******** ************
7048 // ************ ************
7049 // ******** *******
7050 // ****** ****
7051 // *** ***
7052 // ********************************
7053 // Copyright (c) 2009-2010 Satoshi Nakamoto
7054 // Copyright (c) 2011 The Bitcoin developers
7055 // Distributed under the MIT/X11 software license, see the accompanying
7056 // file license.txt or http://www.opensource.org/licenses/mit-license.php.
7057 #ifndef BITCOIN_IRC_H
7058 #define BITCOIN_IRC_H
7059
7060 bool RecvLine(SOCKET hSocket, std::string& strLine);
7061 void ThreadIRCSeed(void* parg);
7062
7063 extern int nGotIRCAddresses;
7064 extern bool fGotExternalIP;
7065
7066 #endif