summaryrefslogtreecommitdiff
path: root/src/net/mod.rs
blob: eca5cfbb7a07bc511b8052a27228975bee570667 (plain)
1
2
3
// To avoid clashing with the keyword "if", we use "if_" as the module name.
// The original header is called "net/if.h".
pub mod if_;