diff options
| author | Gavin Andresen <[email protected]> | 2013-03-09 12:02:57 -0500 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-04-03 19:57:53 -0400 |
| commit | b31499ec72edd1554d4612d1b54808fce0360e14 (patch) | |
| tree | a2d03852b9fd6e9595470210479f212ccf4313f1 /src/init.h | |
| parent | Port Thread* methods to boost::thread_group (diff) | |
| download | discoin-b31499ec72edd1554d4612d1b54808fce0360e14.tar.xz discoin-b31499ec72edd1554d4612d1b54808fce0360e14.zip | |
Clean up shutdown process
Diffstat (limited to 'src/init.h')
| -rw-r--r-- | src/init.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/init.h b/src/init.h index 8986ff620..2968ca561 100644 --- a/src/init.h +++ b/src/init.h @@ -7,11 +7,10 @@ #include "wallet.h" -class boost::thread_group; extern CWallet* pwalletMain; void StartShutdown(); -void Shutdown(void* parg); +void Shutdown(); bool AppInit2(boost::thread_group& threadGroup); std::string HelpMessage(); |