aboutsummaryrefslogtreecommitdiffstats
path: root/src/benchmark/benchmark.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-11-20 05:50:02 +0000
committerlloyd <[email protected]>2009-11-20 05:50:02 +0000
commit68500fd6d481ebbb2474ca20d233cae80ec1a8eb (patch)
tree47278bdac715029b5c985c53d2c7b98655147f74 /src/benchmark/benchmark.h
parentbab01ef1514266e6f23d9163e503c115147ab993 (diff)
parent461e0b52e176ec7e4ebb5d0eaa0e0c53742066c9 (diff)
propagate from branch 'net.randombit.botan' (head b431f4bc404f3ed4a5332b69100ff903fbbb1d6a)
to branch 'net.randombit.botan.c++0x' (head a5eb5edada5e025f7c85c096dc59a467cae4aba6)
Diffstat (limited to 'src/benchmark/benchmark.h')
-rw-r--r--src/benchmark/benchmark.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/benchmark/benchmark.h b/src/benchmark/benchmark.h
index a9c3fc01e..cc13ae58d 100644
--- a/src/benchmark/benchmark.h
+++ b/src/benchmark/benchmark.h
@@ -25,10 +25,10 @@ namespace Botan {
* @return results a map from provider to speed in mebibytes per second
*/
std::map<std::string, double>
-algorithm_benchmark(const std::string& name,
- u32bit milliseconds,
- RandomNumberGenerator& rng,
- Algorithm_Factory& af);
+BOTAN_DLL algorithm_benchmark(const std::string& name,
+ u32bit milliseconds,
+ RandomNumberGenerator& rng,
+ Algorithm_Factory& af);
}