1 // Copyright (c) 2009-2010 Satoshi Nakamoto
2 // Copyright (c) 2009-2014 The Bitcoin Core developers
3 // Distributed under the MIT software license, see the accompanying
4 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
11 #include "zcash/JoinSplit.hpp"
21 extern CWallet* pwalletMain;
22 extern ZCJoinSplit* pzcashParams;
25 bool ShutdownRequested();
26 /** Interrupt threads */
27 void Interrupt(boost::thread_group& threadGroup);
29 bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler);
31 /** The help message mode determines what help message to show */
32 enum HelpMessageMode {
36 /** Help for options shared between UI and daemon (for -help) */
37 std::string HelpMessage(HelpMessageMode mode);
39 #endif // BITCOIN_INIT_H