aboutsummaryrefslogtreecommitdiff
path: root/nftnl/src
diff options
context:
space:
mode:
Diffstat (limited to 'nftnl/src')
-rw-r--r--nftnl/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/nftnl/src/lib.rs b/nftnl/src/lib.rs
index bde02cc..01751ad 100644
--- a/nftnl/src/lib.rs
+++ b/nftnl/src/lib.rs
@@ -10,6 +10,7 @@ extern crate log;
use nftnl_sys::c_void;
+pub use error_chain::ChainedError;
error_chain! {
errors {
AllocationError { description("Unable to allocate memory") }