Export module entry path string

This commit is contained in:
Matthias Beyer 2016-10-13 16:26:39 +02:00
parent fae6190cbe
commit bf4a5cda44

View file

@ -43,7 +43,9 @@ extern crate libimagrt;
extern crate libimagentryedit;
extern crate libimagentrytag;
module_entry_path_mod!("notes");
pub static MODULE_ENTRY_PATH_NAME: &'static str = "notes";
module_entry_path_mod!(MODULE_ENTRY_PATH_NAME);
pub mod error;
pub mod note;