Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #220 from dvc94ch/reexports
Browse files Browse the repository at this point in the history
  • Loading branch information
little-dude authored Dec 29, 2021
2 parents 200d237 + 4724586 commit 731e0d3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion rtnetlink/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ pub mod constants;

pub use netlink_packet_route as packet;
pub mod proto {
pub use netlink_proto::{Connection, ConnectionHandle, Error, ErrorKind};
pub use netlink_proto::{
packet::{NetlinkMessage, NetlinkPayload},
Connection,
ConnectionHandle,
Error,
ErrorKind,
};
}
pub use netlink_proto::sys;

Expand Down

0 comments on commit 731e0d3

Please sign in to comment.