//! Module for abstractions for routing table system calls on OpenBSD.
use ;
// TODO(GrayJack): Make a pull request to expose that on libc crate
/// Get the routing table of the current process.
/// Set the routing table of `rtableid`.
///
/// # Errors
/// If a internal call set a errno (I/O OS error), an error variant will be returned.