]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust: compatibility with cbindgen 0.27 11622/head
authorPhilippe Antoine <pantoine@oisf.net>
Mon, 12 Aug 2024 12:55:22 +0000 (14:55 +0200)
committerPhilippe Antoine <pantoine@oisf.net>
Mon, 12 Aug 2024 12:55:22 +0000 (14:55 +0200)
commit304271e63a9e388412f25f0f94a1a0da4bf619d9
treeb542ac31614fbf5d457b74152e26815695b36d80
parent564a6c9a20f90c40346ec1478b87be070dd4e38e
rust: compatibility with cbindgen 0.27

Ticket: 7206

Cbindgen 0.27 now handles extern blocks as extern "C" blocks.
The way to differentiate them is to use a special comment
before the block.
rust/src/applayer.rs
rust/src/conf.rs
rust/src/core.rs
rust/src/detect/mod.rs
rust/src/filecontainer.rs
rust/src/frames.rs
rust/src/lib.rs
rust/src/lua.rs