PPCoin: Synchronized checkpoint accepting descendant blocks only
[novacoin.git] / src / checkpoints.h
index 8ea1ec7..e90458e 100644 (file)
@@ -135,7 +135,9 @@ namespace Checkpoints
     extern CSyncCheckpoint checkpointMessage;
     extern CCriticalSection cs_hashSyncCheckpoint;
 
-    bool AcceptPendingSyncCheckpoint(uint256 hashAcceptedBlock);
+    bool AcceptPendingSyncCheckpoint();
+    uint256 AutoSelectSyncCheckpoint();
+    bool CheckSync(const uint256& hashBlock, const CBlockIndex* pindexPrev);
 
     // ppcoin: automatic checkpoint
     extern int nAutoCheckpoint;