aboutsummaryrefslogtreecommitdiffstats
path: root/include/libstate.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-07-01 18:49:24 +0000
committerlloyd <[email protected]>2006-07-01 18:49:24 +0000
commit3d1d14cf405111e30643cf4c7674d441cc07a2e0 (patch)
treef3cdca0476a082634e97a4117c88e61c5a13036e /include/libstate.h
parent8192e9fde8060c740a2e03c9d0def6e87d10b86b (diff)
Clean up initialization a little bit more
Diffstat (limited to 'include/libstate.h')
-rw-r--r--include/libstate.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/libstate.h b/include/libstate.h
index 6b4c2cac1..a7972b7b3 100644
--- a/include/libstate.h
+++ b/include/libstate.h
@@ -35,11 +35,13 @@ class Library_State
void set_prng(RandomNumberGenerator*);
void randomize(byte[], u32bit);
- void add_entropy_source(EntropySource*, bool = false);
+ void add_entropy_source(EntropySource*, bool = true);
void add_entropy(const byte[], u32bit);
void add_entropy(EntropySource&, bool);
u32bit seed_prng(bool, u32bit);
+ void load(class Modules&);
+
void set_timer(class Timer*);
u64bit system_clock() const;