X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fmain.h;fp=src%2Fmain.h;h=7aa6d41c304777a7699d8b957125af1b12fd0ffd;hb=19ea44208f7c2cf335c654126deb81406036e328;hp=436ffbecbd1d371f560de14ea926f80b3d820ea1;hpb=c02ec542691baff7517a10ab99bec0cead3ad3ee;p=novacoin.git diff --git a/src/main.h b/src/main.h index 436ffbe..7aa6d41 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");