(0 . 0)(1 . 45)
 6498 //  /****************************\
 6499 // *      EXPERIMENTAL BRANCH.    *
 6500 // *    FOR LABORATORY USE ONLY.  *
 6501 // ********************************
 6502 //           ************
 6503 //          **************
 6504 //         ****************
 6505 //        ****   ****   ****
 6506 //        ***     ***    ***
 6507 //        ***     ***    ***
 6508 //         ***    * *    **
 6509 //         ******** ********
 6510 //         *******   ******
 6511 //             ***   **
 6512 //           *  ******* **
 6513 //           ** * * * * *
 6514 //     **     *         *     ***
 6515 //    ****    * *     * *    ****
 6516 //    ****    *** * * **     ***
 6517 //     ****    *********   ******
 6518 //    *******    *****    *******
 6519 //    *********        ****** **
 6520 //     **   ******   ******
 6521 //            **  *******       **
 6522 //    **       *******         ***
 6523 //   ****   ********  ************
 6524 //   ************    ************
 6525 //    ********             *******
 6526 //   ******                   ****
 6527 //    ***                      ***
 6528 // ********************************
 6529 // Copyright (c) 2009-2010 Satoshi Nakamoto
 6530 // Copyright (c) 2011 The Bitcoin developers
 6531 // Distributed under the MIT/X11 software license, see the accompanying
 6532 // file license.txt or http://www.opensource.org/licenses/mit-license.php.
 6533 #ifndef BITCOIN_INIT_H
 6534 #define BITCOIN_INIT_H
 6535 
 6536 extern CWallet* pwalletMain;
 6537 
 6538 void Shutdown(void* parg);
 6539 bool AppInit(int argc, char* argv[]);
 6540 bool AppInit2(int argc, char* argv[]);
 6541 
 6542 #endif