Add setup*() calls
This commit is contained in:
parent
5a449ed1c7
commit
a749452379
1 changed files with 4 additions and 0 deletions
|
@ -35,5 +35,9 @@ pub mod ruby_utils;
|
|||
#[no_mangle]
|
||||
pub extern fn imag_ruby_initialize() {
|
||||
self::store::storeid::setup();
|
||||
self::store::store::entry::setup_filelockentry();
|
||||
self::store::store::entry::setup_entryheader();
|
||||
self::store::store::entry::setup_entrycontent();
|
||||
self::imag::setup();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue