Merge branch '0.5.x' into 0.6.0.x
[novacoin.git] / src / test / test_bitcoin.cpp
index 7ff7545..c7e4bdd 100644 (file)
@@ -26,3 +26,9 @@ void Shutdown(void* parg)
 {
   exit(0);
 }
+
+void StartShutdown()
+{
+  exit(0);
+}
+