Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Functions | Variables
init.h File Reference
#include "wallet.h"
Include dependency graph for init.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void StartShutdown ()
 
bool ShutdownRequested ()
 
void Shutdown ()
 
bool AppInit2 (boost::thread_group &threadGroup)
 Initialize bitcoin. More...
 
std::string HelpMessage ()
 

Variables

CWalletpwalletMain
 

Function Documentation

bool AppInit2 ( boost::thread_group &  threadGroup)

Initialize bitcoin.

Precondition
Parameters should be parsed and config file should be read.

Definition at line 455 of file init.cpp.

std::string HelpMessage ( )

Definition at line 299 of file init.cpp.

void Shutdown ( )

Definition at line 93 of file init.cpp.

bool ShutdownRequested ( )

Definition at line 86 of file init.cpp.

void StartShutdown ( )

Definition at line 82 of file init.cpp.

Variable Documentation

CWallet* pwalletMain

Definition at line 31 of file init.cpp.