changeset 44752 | d6f706929120 |
parent 44751 | 94cace4b80ea |
child 44753 | a347a329e48d |
--- a/rust/chg/src/lib.rs Fri Apr 10 22:44:51 2020 +0900 +++ b/rust/chg/src/lib.rs Fri Apr 10 23:26:36 2020 +0900 @@ -4,12 +4,12 @@ // GNU General Public License version 2 or any later version. mod attachio; -//mod clientext; +mod clientext; //pub mod locator; pub mod message; pub mod procutil; mod runcommand; mod uihandler; -//pub use clientext::ChgClientExt; +pub use clientext::ChgClient; pub use uihandler::{ChgUiHandler, SystemHandler};