aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index c42c5a2..984eec7 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -117,7 +117,7 @@ pub use rule::Rule;
pub use rule::{get_rules_cb, list_rules_for_chain};
mod rule_match;
-pub use rule_match::{Match, Protocol, Error as MatchError};
+pub use rule_match::{iface_index, Match, Protocol, Error as MatchError};
pub mod set;