mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
Clean up shutdown process
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user