From e30bd78f8133fe55ff0bf9e0d6a47a58357d9056 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Mon, 4 Nov 2013 14:36:49 +0100 Subject: No more fHaveGUI No more specific handling of GUI in bitcoin core. Replace the last usage of fHaveGUI with a fForceServer parameter on AppInit2. --- src/init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/init.h') diff --git a/src/init.h b/src/init.h index 8cb1bf52fc..c33da94259 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 -- cgit v1.2.3