diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-06-18 18:46:01 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-06-18 18:46:01 +0200 |
commit | 0eeb4f5d5b4c6b634dea4a5ec5b2e6c322c9230e (patch) | |
tree | 8f7afc6e724d36561b3cb583b40ab2c34a36261e /src/main.h | |
parent | 245ab4d0ac50095712abd6518b2fc6945d5e24a9 (diff) |
update bitcoin core from git (eeac8727bc0a951631bd)
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 436ffbecbd..7aa6d41c30 100644 --- a/src/main.h +++ b/src/main.h @@ -24,6 +24,13 @@ class CBlockIndex; class CWalletTx; class CKeyItem; +class CMessageHeader; +class CAddress; +class CInv; +class CRequestTracker; +class CNode; +class CBlockIndex; + static const unsigned int MAX_BLOCK_SIZE = 1000000; static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/2; static const int MAX_BLOCK_SIGOPS = MAX_BLOCK_SIZE/50; @@ -78,6 +85,9 @@ extern int fUseUPnP; +class CReserveKey; +class CTxDB; +class CTxIndex; bool CheckDiskSpace(uint64 nAdditionalBytes=0); FILE* OpenBlockFile(unsigned int nFile, unsigned int nBlockPos, const char* pszMode="rb"); |