]> Git Repo - VerusCoin.git/blobdiff - src/init.h
Do not encode leading bytes in `PaymentAddress` serialization; this is a task for...
[VerusCoin.git] / src / init.h
index d451f65be93c6632035d00c93dac55825b3b640e..cfc88255b1cadf1813cb2e7c72dc2b00c74e1e05 100644 (file)
@@ -8,6 +8,9 @@
 
 #include <string>
 
+#include "zcash/JoinSplit.hpp"
+
+class CScheduler;
 class CWallet;
 
 namespace boost
@@ -16,11 +19,12 @@ 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 */
 enum HelpMessageMode {
This page took 0.024122 seconds and 4 git commands to generate.