a02260c2939921befc13203c69f102605447d851
[novacoin.git] / src / init.h
1 // Copyright (c) 2009-2010 Satoshi Nakamoto
2 // Distributed under the MIT/X11 software license, see the accompanying
3 // file license.txt or http://www.opensource.org/licenses/mit-license.php.
4 #ifndef BITCOIN_INIT_H
5 #define BITCOIN_INIT_H
6
7 extern CWallet* pwalletMain;
8
9 void Shutdown(void* parg);
10 bool AppInit(int argc, char* argv[]);
11 bool AppInit2(int argc, char* argv[]);
12
13 #endif