diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-06-14 09:41:11 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-06-14 09:41:11 +0200 |
| commit | 641cfb1456347a979020c8174014d2e99bf4db25 (patch) | |
| tree | f758a09ec1335e39ebe17ca4289737369c820450 /src/test/test_bitcoin.cpp | |
| parent | Merge pull request #1002 from Diapolo/URL-handling_2 (diff) | |
| download | discoin-641cfb1456347a979020c8174014d2e99bf4db25.tar.xz discoin-641cfb1456347a979020c8174014d2e99bf4db25.zip | |
Fix build of testcases after commit 0f10b21719e1b0d9683a142f0a7105e65f095694
Diffstat (limited to 'src/test/test_bitcoin.cpp')
| -rw-r--r-- | src/test/test_bitcoin.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp index bf597c9b7..96d63bff9 100644 --- a/src/test/test_bitcoin.cpp +++ b/src/test/test_bitcoin.cpp @@ -30,3 +30,9 @@ void Shutdown(void* parg) { exit(0); } + +void StartShutdown() +{ + exit(0); +} + |