Add option "-splash" so we can disable the splash screen.
[bitcoinplatinum.git] / src / irc.h
blob08d62b83d2b72e420acea9cd6056f588cbb966da
1 // Copyright (c) 2009-2010 Satoshi Nakamoto
2 // Copyright (c) 2009-2012 The Bitcoin developers
3 // Distributed under the MIT/X11 software license, see the accompanying
4 // file license.txt or http://www.opensource.org/licenses/mit-license.php.
5 #ifndef BITCOIN_IRC_H
6 #define BITCOIN_IRC_H
8 void ThreadIRCSeed(void* parg);
10 extern int nGotIRCAddresses;
11 extern bool fGotExternalIP;
13 #endif