Fix build of testcases after commit 0f10b21719e1b0d9683a142f0a7105e65f095694
[novacoin.git] / src / test / test_bitcoin.cpp
index ca001b0..a21801b 100644 (file)
 
 CWallet* pwalletMain;
 
+void Shutdown(void* parg)
+{
+  exit(0);
+}
+
 void StartShutdown()
 {
   exit(0);
 }
+