-
+ AA2AC5386F11AB61AE761A82E90A3465EBDE345C1092085003522B6353B129C16288527BAADD17062566BF746C54535D658BE1525BD6FD27BF0FA1DB0953C04A
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