From fd4c6d4e06a15734d30c3fb5e86fed89655599bd Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Thu, 12 Mar 2026 10:41:07 +0100 Subject: [PATCH] rust: remove obsolete struct exclusions in cbindgen As these structs are now in suricata_sys crate --- rust/cbindgen.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/rust/cbindgen.toml b/rust/cbindgen.toml index ab1ce6e722..e6372452e3 100644 --- a/rust/cbindgen.toml +++ b/rust/cbindgen.toml @@ -91,8 +91,6 @@ include = [ # default: [] exclude = [ "CLuaState", - "FileContainer", - "HttpRangeContainerBlock", "SIGMATCH_NOOPT", "SIGMATCH_INFO_STICKY_BUFFER", "SIGMATCH_INFO_MULTI_BUFFER",