summaryrefslogtreecommitdiffstats
path: root/src/os/shared.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/shared.rs')
-rw-r--r--src/os/shared.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/shared.rs b/src/os/shared.rs
index 6731531..3c0fe74 100644
--- a/src/os/shared.rs
+++ b/src/os/shared.rs
@@ -31,7 +31,7 @@ impl Iterator for TerminalEvents {
}
}
-fn get_datalink_channel(
+pub(crate) fn get_datalink_channel(
interface: &NetworkInterface,
) -> Result<Box<dyn DataLinkReceiver>, GetInterfaceErrorKind> {
let mut config = Config::default();