aboutsummaryrefslogtreecommitdiff
path: root/src/pow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pow.h')
-rw-r--r--src/pow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pow.h b/src/pow.h
index 0ce5b48766..9880621788 100644
--- a/src/pow.h
+++ b/src/pow.h
@@ -20,4 +20,6 @@ bool CheckProofOfWork(uint256 hash, unsigned int nBits);
/** Calculate the minimum amount of work a received block needs, without knowing its direct parent */
unsigned int ComputeMinWork(unsigned int nBase, int64_t nTime);
+void UpdateTime(CBlockHeader* block, const CBlockIndex* pindexPrev);
+
#endif