1 2 3 4 5 6 7
//! C interface for the data network connection module of network management. #[link(name = "net_connection")] unsafe extern "C" {} mod net_connection_ffi; pub use net_connection_ffi::*;