aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-09-17 14:14:19 +0000
committerlloyd <[email protected]>2009-09-17 14:14:19 +0000
commitd5c7febf558af0f7a6f0edf3595d55fe04dce0f5 (patch)
treee9900a753bd2945d94c7c5bc9d7fffc1aa51bfed /doc/examples
parent9a13eb0a34fad9dc78e88970233020a5c0bdb4ed (diff)
parent7e839d037119055b572f40ce0cd882f85583db2e (diff)
propagate from branch 'net.randombit.botan' (head b9ca6596a127964cb9795d22bc2a5642fab5de84)
to branch 'net.randombit.botan.c++0x' (head 3c769a81bd357a14f8aca4502b67e8465cee0947)
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/bench.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/examples/bench.cpp b/doc/examples/bench.cpp
index 7d53e0557..db2170dc4 100644
--- a/doc/examples/bench.cpp
+++ b/doc/examples/bench.cpp
@@ -60,7 +60,8 @@ const std::string algos[] = {
"",
};
-int main()
+void benchmark_algo(const std::string& algo,
+ RandomNumberGenerator& rng)
{
LibraryInitializer init;