1 // Copyright (c) 2009-2010 Satoshi Nakamoto
2 // Copyright (c) 2009-2014 The Bitcoin developers
3 // Distributed under the MIT software license, see the accompanying
4 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
18 extern CWallet* pwalletMain;
21 bool ShutdownRequested();
23 bool AppInit2(boost::thread_group& threadGroup);
25 /** The help message mode determines what help message to show */
26 enum HelpMessageMode {
31 /** Help for options shared between UI and daemon (for -help) */
32 std::string HelpMessage(HelpMessageMode mode);
33 /** Returns licensing information (for -version) */
34 std::string LicenseInfo();
36 #endif // BITCOIN_INIT_H