changeset 44750 | c794d0da5fb2 |
parent 44738 | 1be605526c34 |
child 44751 | 94cace4b80ea |
--- a/rust/chg/src/lib.rs Fri Apr 10 23:08:57 2020 +0900 +++ b/rust/chg/src/lib.rs Fri Apr 10 22:23:10 2020 +0900 @@ -9,7 +9,7 @@ pub mod message; pub mod procutil; //mod runcommand; -//mod uihandler; +mod uihandler; //pub use clientext::ChgClientExt; -//pub use uihandler::{ChgUiHandler, SystemHandler}; +pub use uihandler::{ChgUiHandler, SystemHandler};