summaryrefslogtreecommitdiff
path: root/bench.h
diff options
context:
space:
mode:
Diffstat (limited to 'bench.h')
-rw-r--r--bench.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/bench.h b/bench.h
index 1e1f67e7..e490daf8 100644
--- a/bench.h
+++ b/bench.h
@@ -3,6 +3,8 @@
#include "cryptlib.h"
-void BenchMarkAll(double t=1.0);
+extern const double CLOCK_TICKS_PER_SECOND;
+
+void BenchmarkAll(double t=1.0);
#endif