diff options
author | lloyd <[email protected]> | 2008-11-10 23:15:00 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-10 23:15:00 +0000 |
commit | 33495befa5bdd549ff47295a45271942dc2fe081 (patch) | |
tree | 026902638337846ad2b919a1e07110399c8abef8 /src/libstate/libstate.h | |
parent | f947cfbd1523f2bd1930fccbd4a5586f633661ed (diff) |
Add back Library_State::add_engine for Monotone
Diffstat (limited to 'src/libstate/libstate.h')
-rw-r--r-- | src/libstate/libstate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstate/libstate.h b/src/libstate/libstate.h index b5881dc62..3ca97a53c 100644 --- a/src/libstate/libstate.h +++ b/src/libstate/libstate.h @@ -29,6 +29,8 @@ class BOTAN_DLL Library_State Algorithm_Factory& algo_factory(); + void add_engine(class Engine*); + Allocator* get_allocator(const std::string& = "") const; void add_allocator(Allocator*); void set_default_allocator(const std::string&); |