Merge pull request #3 from msiglreith/ll

Export LoadingError from entry module
This commit is contained in:
Maik Klein 2017-01-21 02:31:34 +01:00 committed by GitHub
commit 42379a0323

View file

@ -3,7 +3,7 @@ extern crate shared_library;
extern crate lazy_static;
pub use instance::Instance;
pub use device::Device;
pub use entry::Entry;
pub use entry::{Entry, LoadingError};
mod instance;
mod device;