diff options
| author | Gavin Andresen <[email protected]> | 2012-06-19 16:34:10 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-06-19 16:34:10 -0400 |
| commit | 23e7583a8c9a0dcee9cbbf3be8bfc453298773f0 (patch) | |
| tree | 08a6b8dde07dfd356497975d89c3dac3922d3cd7 /src/test | |
| parent | print large orphan warning BEFORE deleting pvMsg (diff) | |
| parent | Merge branch '0.6.0.x' into 0.6.x (diff) | |
| download | discoin-23e7583a8c9a0dcee9cbbf3be8bfc453298773f0.tar.xz discoin-23e7583a8c9a0dcee9cbbf3be8bfc453298773f0.zip | |
Merge branch '0.6.x' of git://gitorious.org/+bitcoin-stable-developers/bitcoin/bitcoind-stable into 0.6.3
Diffstat (limited to 'src/test')
| -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 7ff7545ab..c7e4bdd55 100644 --- a/src/test/test_bitcoin.cpp +++ b/src/test/test_bitcoin.cpp @@ -26,3 +26,9 @@ void Shutdown(void* parg) { exit(0); } + +void StartShutdown() +{ + exit(0); +} + |