Fix build of testcases after commit 0f10b21719e1b0d9683a142f0a7105e65f095694

This commit is contained in:
Wladimir J. van der Laan 2012-06-14 09:41:11 +02:00 committed by Luke Dashjr
parent 276cfd8530
commit 1bc2f0a37b

View File

@ -17,7 +17,13 @@
CWallet* pwalletMain;
void Shutdown(void* parg)
{
exit(0);
}
void StartShutdown()
{
exit(0);
}