Merge pull request #361 from svost/master
[novacoin.git] / src / init.h
index cc276a2..84f2712 100644 (file)
@@ -8,10 +8,10 @@
 #include "wallet.h"
 
 extern CWallet* pwalletMain;
-
+extern std::string strWalletFileName;
 void StartShutdown();
 void Shutdown(void* parg);
-bool AppInit(int argc, char* argv[]);
-bool AppInit2(int argc, char* argv[]);
+bool AppInit2();
+std::string HelpMessage();
 
 #endif