]>
Commit | Line | Data |
---|---|---|
0a61b0df | 1 | // Copyright (c) 2009-2010 Satoshi Nakamoto |
88216419 | 2 | // Copyright (c) 2009-2012 The Bitcoin developers |
0a61b0df | 3 | // Distributed under the MIT/X11 software license, see the accompanying |
3a25a2b9 | 4 | // file COPYING or http://www.opensource.org/licenses/mit-license.php. |
223b6f1b WL |
5 | #ifndef BITCOIN_IRC_H |
6 | #define BITCOIN_IRC_H | |
0a61b0df | 7 | |
0a61b0df | 8 | void ThreadIRCSeed(void* parg); |
9 | ||
10 | extern int nGotIRCAddresses; | |
223b6f1b WL |
11 | |
12 | #endif |