aboutsummaryrefslogtreecommitdiff
path: root/src/init.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2013-11-04 14:36:49 +0100
committerWladimir J. van der Laan <[email protected]>2013-11-04 14:36:49 +0100
commite30bd78f8133fe55ff0bf9e0d6a47a58357d9056 (patch)
tree5ce93d6b2752fecb2267b967b8b34278ca17134b /src/init.h
parentMerge pull request #3180 from pstratem/processgetdata (diff)
downloaddiscoin-e30bd78f8133fe55ff0bf9e0d6a47a58357d9056.tar.xz
discoin-e30bd78f8133fe55ff0bf9e0d6a47a58357d9056.zip
No more fHaveGUI
No more specific handling of GUI in bitcoin core. Replace the last usage of fHaveGUI with a fForceServer parameter on AppInit2.
Diffstat (limited to 'src/init.h')
-rw-r--r--src/init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.h b/src/init.h
index 8cb1bf52f..c33da9425 100644
--- a/src/init.h
+++ b/src/init.h
@@ -16,7 +16,7 @@ extern CWallet* pwalletMain;
void StartShutdown();
bool ShutdownRequested();
void Shutdown();
-bool AppInit2(boost::thread_group& threadGroup);
+bool AppInit2(boost::thread_group& threadGroup, bool fForceServer);
/* The help message mode determines what help message to show */
enum HelpMessageMode