Fix build of testcases after commit 0f10b21719e1b0d9683a142f0a7105e65f095694
[novacoin.git] / src / test / test_bitcoin.cpp
index 39a7c88..a21801b 100644 (file)
@@ -21,3 +21,9 @@ void Shutdown(void* parg)
 {
   exit(0);
 }
+
+void StartShutdown()
+{
+  exit(0);
+}
+