suricata/rust/sys
Jason Ish 546209ff12 bindgen: fix include ordering
At some point, bindgen include ordering changed such that
AppLayerGetFileState was being bindgen'd as opaque, as the definition of
StreamBufferingConfig was not available when bindgen hit
AppLayerGetFileState, and bindgen processes in order.

Move the util includes before the app-layer includes to fix the ordering
problem, but still keep util includes grouped.

The sys diff is large as many things have been re-ordered.
2026-06-05 12:38:58 +00:00
..
src bindgen: fix include ordering 2026-06-05 12:38:58 +00:00
Cargo.toml.in rust/sys: stub in suricata-sys crate for Rust bindings to C 2025-02-17 07:31:29 +01:00
Makefile.am rust/sys: stub in suricata-sys crate for Rust bindings to C 2025-02-17 07:31:29 +01:00