]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
cbindgen: ignore frames module
authorJason Ish <jason.ish@oisf.net>
Tue, 7 Dec 2021 21:42:23 +0000 (15:42 -0600)
committerVictor Julien <vjulien@oisf.net>
Mon, 17 Jan 2022 20:44:04 +0000 (21:44 +0100)
rust/src/lib.rs

index 00a8e82ce32607e69f717b5579b6e850b64fd72a..296d02a0ca5ad196f1735bc54d350b306180dfe0 100644 (file)
@@ -96,6 +96,7 @@ pub mod conf;
 pub mod jsonbuilder;
 #[macro_use]
 pub mod applayer;
+/// cbindgen:ignore
 pub mod frames;
 pub mod filecontainer;
 pub mod filetracker;