Add setup*() calls

This commit is contained in:
Matthias Beyer 2017-01-21 11:47:39 +01:00
parent 5a449ed1c7
commit a749452379
1 changed files with 4 additions and 0 deletions

View File

@ -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();
}