2010-08-29 18:58:15 +02:00
|
|
|
// Copyright (c) 2009-2010 Satoshi Nakamoto
|
2012-02-07 17:28:30 +01:00
|
|
|
// Copyright (c) 2009-2012 The Bitcoin developers
|
2010-08-29 18:58:15 +02: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 18:58:15 +02:00
|
|
|
|
|
|
|
void ThreadIRCSeed(void* parg);
|
|
|
|
|
|
|
|
extern int nGotIRCAddresses;
|
2011-05-15 09:11:04 +02:00
|
|
|
|
|
|
|
#endif
|