1 // Copyright (c) 2009-2010 Satoshi Nakamoto
2 // Copyright (c) 2009-2013 The Bitcoin developers
3 // Distributed under the MIT/X11 software license, see the accompanying
4 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
17 extern CWallet* pwalletMain;
20 bool ShutdownRequested();
22 bool AppInit2(boost::thread_group& threadGroup);
24 /* The help message mode determines what help message to show */
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