X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Firc.h;h=119aeb3fdae2e21f7007379a4237099d035493c8;hb=510a23a2c838245cd4681ed0b4fbce48e8ebf506;hp=6945b2cecb7a30f42ce6c037b8c0b478a69a1c8c;hpb=b2120e223a9a2282b26080cb126db9aad95b1282;p=novacoin.git diff --git a/src/irc.h b/src/irc.h index 6945b2c..119aeb3 100644 --- a/src/irc.h +++ b/src/irc.h @@ -1,14 +1,12 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto -// Copyright (c) 2011 The Bitcoin developers +// Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying -// file license.txt or http://www.opensource.org/licenses/mit-license.php. +// file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_IRC_H #define BITCOIN_IRC_H -bool RecvLine(SOCKET hSocket, std::string& strLine); void ThreadIRCSeed(void* parg); extern int nGotIRCAddresses; -extern bool fGotExternalIP; #endif