aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2010-09-09 14:26:53 -0400
committerGavin Andresen <gavinandresen@gmail.com>2010-09-09 14:26:53 -0400
commit90e165aa0c702a7efcbfc1e452e7f82dbd8411d0 (patch)
tree4a629be51e005a33f1547eecd04e0ea88cababa2 /util.h
parenta2120986ff5095b55553ecb8c191b700970e61f4 (diff)
parent7629d36a530087806e80ed3c5866e8ec64319828 (diff)
downloadbitcoin-90e165aa0c702a7efcbfc1e452e7f82dbd8411d0.tar.xz
Merge remote branch 'refs/remotes/svn/trunk' into svn
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.h b/util.h
index 22ace616b4..42d1fe460b 100644
--- a/util.h
+++ b/util.h
@@ -140,6 +140,7 @@ extern bool fDebug;
extern bool fPrintToConsole;
extern bool fPrintToDebugger;
extern char pszSetDataDir[MAX_PATH];
+extern bool fRequestShutdown;
extern bool fShutdown;
extern bool fDaemon;
extern bool fCommandLine;