From 4f9f68025e5f6d9e1d6cd5bfcecf0ec0ed4a7bcd Mon Sep 17 00:00:00 2001 From: Utkarsh Kukreti Date: Fri, 16 Jan 2015 16:14:10 +0530 Subject: `pub use` all enum variants in `termios`. --- src/sys/termios.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/sys') diff --git a/src/sys/termios.rs b/src/sys/termios.rs index 30eb38b3..1739aa5c 100644 --- a/src/sys/termios.rs +++ b/src/sys/termios.rs @@ -3,6 +3,9 @@ use fcntl::Fd; use libc::c_int; pub use self::ffi::consts::*; +pub use self::ffi::consts::SetArg::*; +pub use self::ffi::consts::FlushArg::*; +pub use self::ffi::consts::FlowArg::*; mod ffi { use libc::c_int; -- cgit v1.2.3