aboutsummaryrefslogtreecommitdiff
path: root/src/init.h
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2013-03-23 18:14:12 -0400
committerGavin Andresen <[email protected]>2013-04-03 19:58:47 -0400
commit723035bb6839c5d65bfee96d501a8c54814778e3 (patch)
treed0d80686edc2c25446fcb0a67d68c8c12722f935 /src/init.h
parentClean up shutdown process (diff)
downloaddiscoin-723035bb6839c5d65bfee96d501a8c54814778e3.tar.xz
discoin-723035bb6839c5d65bfee96d501a8c54814778e3.zip
Have Qt poll for shutdown requested, the QT way.
Diffstat (limited to 'src/init.h')
-rw-r--r--src/init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.h b/src/init.h
index 2968ca561..5927670c8 100644
--- a/src/init.h
+++ b/src/init.h
@@ -10,6 +10,7 @@
extern CWallet* pwalletMain;
void StartShutdown();
+bool ShutdownRequested();
void Shutdown();
bool AppInit2(boost::thread_group& threadGroup);
std::string HelpMessage();