![]() |
|
|||
File indexing completed on 2020-06-25 15:44:24
0001 // Copyright (c) 2009-2010 Satoshi Nakamoto 0002 // Copyright (c) 2011 The Bitcoin developers 0003 // Distributed under the MIT/X11 software license, see the accompanying 0004 // file license.txt or http://www.opensource.org/licenses/mit-license.php. 0005 #ifndef BITCOIN_INIT_H 0006 #define BITCOIN_INIT_H 0007 0008 extern CWallet* pwalletMain; 0009 0010 void Shutdown(void* parg); 0011 bool AppInit(int argc, char* argv[]); 0012 bool AppInit2(int argc, char* argv[]); 0013 0014 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.5 LXR engine. The LXR team |
![]() ![]() |