aboutsummaryrefslogtreecommitdiffstats
path: root/include/util.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-04-21 18:53:06 +0000
committerlloyd <[email protected]>2008-04-21 18:53:06 +0000
commit143cee28231dc11c77c6cf577b04088976d95c3a (patch)
tree15e7c78add9bdd4046f051eae4d3e46c5c83e691 /include/util.h
parent90224856d6cc454eba6d5eacf4439b2d732acd65 (diff)
parenta2941106b36829e0b7187ca7d2a825175ced7fa4 (diff)
propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266e883b7bb0eb00)
to branch 'net.randombit.botan.remove-libstate' (head 636b767b9686261418b1cb45a6271edeef87501b)
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/util.h b/include/util.h
index 5feab59c1..485af1c3d 100644
--- a/include/util.h
+++ b/include/util.h
@@ -11,10 +11,9 @@
namespace Botan {
/*************************************************
-* Timer Access Functions *
+* Time Access Functions *
*************************************************/
-BOTAN_DLL u64bit system_time();
-BOTAN_DLL u64bit system_clock();
+u64bit system_time();
/*************************************************
* Memory Locking Functions *