2010-08-29 16:58:15 +00:00
|
|
|
// Copyright (c) 2009-2010 Satoshi Nakamoto
|
2012-02-07 11:28:30 -05:00
|
|
|
// Copyright (c) 2009-2012 The Bitcoin developers
|
2010-08-29 16:58:15 +00:00
|
|
|
// Distributed under the MIT/X11 software license, see the accompanying
|
|
|
|
// file license.txt or http://www.opensource.org/licenses/mit-license.php.
|
2011-05-15 09:11:04 +02:00
|
|
|
#ifndef BITCOIN_IRC_H
|
|
|
|
#define BITCOIN_IRC_H
|
2010-08-29 16:58:15 +00:00
|
|
|
|
|
|
|
void ThreadIRCSeed(void* parg);
|
|
|
|
|
|
|
|
extern int nGotIRCAddresses;
|
2010-12-15 22:43:51 +00:00
|
|
|
extern bool fGotExternalIP;
|
2011-05-15 09:11:04 +02:00
|
|
|
|
|
|
|
#endif
|