diff options
author | lloyd <[email protected]> | 2008-04-21 18:53:06 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-21 18:53:06 +0000 |
commit | 143cee28231dc11c77c6cf577b04088976d95c3a (patch) | |
tree | 15e7c78add9bdd4046f051eae4d3e46c5c83e691 /include/util.h | |
parent | 90224856d6cc454eba6d5eacf4439b2d732acd65 (diff) | |
parent | a2941106b36829e0b7187ca7d2a825175ced7fa4 (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.h | 5 |
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 * |