-
+ B98A9164BEFDEA031D670D65EDDF8DDA79AA277E71114390B0F83CCEFCF580D078B1B85BEF27006BA4C429488EB26316F156023C33BF037B82A3283F8FFC3E83
bitcoin/src/init.h
(0 . 0)(1 . 14)
6064 // Copyright (c) 2009-2010 Satoshi Nakamoto
6065 // Copyright (c) 2011 The Bitcoin developers
6066 // Distributed under the MIT/X11 software license, see the accompanying
6067 // file license.txt or http://www.opensource.org/licenses/mit-license.php.
6068 #ifndef BITCOIN_INIT_H
6069 #define BITCOIN_INIT_H
6070
6071 extern CWallet* pwalletMain;
6072
6073 void Shutdown(void* parg);
6074 bool AppInit(int argc, char* argv[]);
6075 bool AppInit2(int argc, char* argv[]);
6076
6077 #endif