From 7a5b7535bf3b987c5e2157f25c8b3246033d952e Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Mon, 22 Oct 2012 22:45:26 +0200 Subject: Move ThreadImport to init.cpp --- src/main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.h') 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); -- cgit v1.2.3