diff options
Diffstat (limited to 'src/platform.rs')
| -rw-r--r-- | src/platform.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform.rs b/src/platform.rs index 5b74eb9..1ec9b39 100644 --- a/src/platform.rs +++ b/src/platform.rs @@ -30,7 +30,7 @@ pub use windows::{bootstrap, run, local_time, send_to_raw}; pub mod linux; #[cfg(target_os = "linux")] -pub use linux::{bootstrap, run, local_time, send_to_raw, IS_U32_SUPPORTED}; +pub use linux::{bootstrap, run, local_time, send_to_raw, is_kernel_filtered_clienthello}; /// pause before exit on windows to print information in console before it is closed. pub fn paexit(code: i32) { |
