Add function to initialize the ruby extension
This commit is contained in:
parent
78b1782f87
commit
1c3205aa66
1 changed files with 6 additions and 0 deletions
|
@ -27,3 +27,9 @@ extern crate libimagrt;
|
|||
#[macro_use] extern crate libimagutil;
|
||||
|
||||
pub mod store;
|
||||
|
||||
#[no_mangle]
|
||||
pub extern fn imag_ruby_initialize() {
|
||||
self::store::storeid::setup();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue