diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2012-10-22 22:45:26 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2012-11-09 01:06:32 +0100 |
commit | 7a5b7535bf3b987c5e2157f25c8b3246033d952e (patch) | |
tree | 540a9fc5dd1996546818a10f9e61e02cbccf5c31 /src/main.h | |
parent | 05d9726805969ff155e8a029579113f05529ea82 (diff) |
Move ThreadImport to init.cpp
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 899cabd85a..c2ecefa8f0 100644 --- a/src/main.h +++ b/src/main.h @@ -113,6 +113,7 @@ bool ProcessBlock(CNode* pfrom, CBlock* pblock); bool CheckDiskSpace(uint64 nAdditionalBytes=0); FILE* OpenBlockFile(const CDiskBlockPos &pos, bool fReadOnly = false); FILE* OpenUndoFile(const CDiskBlockPos &pos, bool fReadOnly = false); +bool LoadExternalBlockFile(FILE* fileIn); bool LoadBlockIndex(bool fAllowNew=true); void PrintBlockTree(); CBlockIndex* FindBlockByHeight(int nHeight); |