X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Firc.h;h=119aeb3fdae2e21f7007379a4237099d035493c8;hb=15e9a03687e99d6b1a7a90e56e69a37faa6bb9b8;hp=f5adaa12768a18e250a4f0c3c22312da1d59d254;hpb=882164196e5b1971313493f95a6d027f05e2ec92;p=novacoin.git diff --git a/src/irc.h b/src/irc.h index f5adaa1..119aeb3 100644 --- a/src/irc.h +++ b/src/irc.h @@ -1,14 +1,12 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // 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