]> Git Repo - VerusCoin.git/blobdiff - src/init.h
test
[VerusCoin.git] / src / init.h
index aaf8c07e6e86c1b15acf2f1180999996a284b9cb..cfc88255b1cadf1813cb2e7c72dc2b00c74e1e05 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (c) 2009-2010 Satoshi Nakamoto
-// Copyright (c) 2009-2013 The Bitcoin developers
-// Distributed under the MIT/X11 software license, see the accompanying
+// Copyright (c) 2009-2014 The Bitcoin Core developers
+// Distributed under the MIT software license, see the accompanying
 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
 
 #ifndef BITCOIN_INIT_H
@@ -8,6 +8,9 @@
 
 #include <string>
 
+#include "zcash/JoinSplit.hpp"
+
+class CScheduler;
 class CWallet;
 
 namespace boost
@@ -16,13 +19,14 @@ class thread_group;
 } // namespace boost
 
 extern CWallet* pwalletMain;
+extern ZCJoinSplit* pzcashParams;
 
 void StartShutdown();
 bool ShutdownRequested();
 void Shutdown();
-bool AppInit2(boost::thread_group& threadGroup);
+bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler);
 
-/* The help message mode determines what help message to show */
+/** The help message mode determines what help message to show */
 enum HelpMessageMode {
     HMM_BITCOIND,
     HMM_BITCOIN_QT
This page took 0.022232 seconds and 4 git commands to generate.