diff options
author | Simon THOBY <git@nightmared.fr> | 2022-02-21 23:21:55 +0100 |
---|---|---|
committer | Simon THOBY <git@nightmared.fr> | 2022-08-26 21:52:00 +0200 |
commit | e918159bf7478652e9da41f4a873c6e46b3733ca (patch) | |
tree | 68592482fc3709d60daf8aae3be7bde73893d31a /tests/table.rs | |
parent | 5d207e951f39531a97619a3bdf900f7aa16efb9e (diff) |
delete the dependency on libmnl
Diffstat (limited to 'tests/table.rs')
-rw-r--r-- | tests/table.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/table.rs b/tests/table.rs index 3d8957c..971d58b 100644 --- a/tests/table.rs +++ b/tests/table.rs @@ -1,7 +1,7 @@ use std::ffi::CStr; mod sys; -use rustables::MsgType; +use rustables::{query::get_operation_from_nlmsghdr_type, MsgType}; use sys::*; mod lib; |