]> Git Repo - VerusCoin.git/blobdiff - src/init.h
Update License in File Headers
[VerusCoin.git] / src / init.h
index a02260c2939921befc13203c69f102605447d851..76090d760264b529f89439bac4e72bed2bc6086d 100644 (file)
@@ -1,13 +1,17 @@
 // Copyright (c) 2009-2010 Satoshi Nakamoto
+// Copyright (c) 2009-2012 The Bitcoin developers
 // Distributed under the MIT/X11 software license, see the accompanying
-// file license.txt or http://www.opensource.org/licenses/mit-license.php.
+// file COPYING or http://www.opensource.org/licenses/mit-license.php.
 #ifndef BITCOIN_INIT_H
 #define BITCOIN_INIT_H
 
+#include "wallet.h"
+
 extern CWallet* pwalletMain;
 
 void Shutdown(void* parg);
 bool AppInit(int argc, char* argv[]);
-bool AppInit2(int argc, char* argv[]);
+bool AppInit2();
+std::string HelpMessage();
 
 #endif
This page took 0.023537 seconds and 4 git commands to generate.