]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust: compatibility with cbindgen 0.27 11626/head
authorPhilippe Antoine <pantoine@oisf.net>
Mon, 12 Aug 2024 12:55:22 +0000 (14:55 +0200)
committerJason Ish <jason.ish@oisf.net>
Tue, 13 Aug 2024 15:12:47 +0000 (09:12 -0600)
commitd72ec89c3757b3ceee6362e3ce13419a2e934afd
treed8b8891574a16f75d4bdef49d2e13a696af7a00f
parent926a7dae4862244da5640548bca329e35fc28126
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.

(cherry picked from commit 304271e63a9e388412f25f0f94a1a0da4bf619d9)
rust/src/applayer.rs
rust/src/conf.rs
rust/src/core.rs
rust/src/filecontainer.rs
rust/src/frames.rs
rust/src/lib.rs
rust/src/lua.rs