X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fcheckpoints.h;h=f9037a2a5409242d649265d2c4f1971bfb620baa;hp=241039d2df16383df6b060ea9a27159fcfb81470;hb=d9c2b146de005884bdae8987b35fe74e507f840a;hpb=b3a022069bb4209f07eff94e1b1e075c1182bc79 diff --git a/src/checkpoints.h b/src/checkpoints.h index 241039d..f9037a2 100644 --- a/src/checkpoints.h +++ b/src/checkpoints.h @@ -1,5 +1,5 @@ // Copyright (c) 2011 The Bitcoin developers -// Copyright (c) 2011 The PPCoin developers +// Copyright (c) 2011-2012 The PPCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file license.txt or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_CHECKPOINT_H @@ -23,6 +23,7 @@ class CBlockIndex; namespace Checkpoints { extern int nAutoCheckpoint; + extern int nBranchPoint; // Returns true if block passes checkpoint checks bool CheckHardened(int nHeight, const uint256& hash); @@ -31,6 +32,7 @@ namespace Checkpoints int GetNextChainCheckpoint(const CBlockIndex *pindex); int GetNextAutoCheckpoint(int nCheckpoint); void AdvanceAutoCheckpoint(int nCheckpoint); + bool ResetAutoCheckpoint(int nCheckpoint); // Return conservative estimate of total number of blocks, 0 if unknown int GetTotalBlocksEstimate();