aboutsummaryrefslogtreecommitdiff
path: root/src/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/init.h')
-rw-r--r--src/init.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/init.h b/src/init.h
index cc276a2bf3..8308ee648b 100644
--- a/src/init.h
+++ b/src/init.h
@@ -11,7 +11,7 @@ extern CWallet* pwalletMain;
void StartShutdown();
void Shutdown(void* parg);
-bool AppInit(int argc, char* argv[]);
-bool AppInit2(int argc, char* argv[]);
+bool AppInit2();
+std::string HelpMessage();
#endif