From: Philippe Antoine Date: Thu, 5 Mar 2020 14:10:06 +0000 (+0100) Subject: rust: export enums definition to C X-Git-Tag: suricata-6.0.0-beta1~416 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b2e7dde7d99e2f69bf1b6700842e83d3b4665b9;p=thirdparty%2Fsuricata.git rust: export enums definition to C --- diff --git a/rust/cbindgen.toml b/rust/cbindgen.toml index 7a95a45105..ce8471d9b1 100644 --- a/rust/cbindgen.toml +++ b/rust/cbindgen.toml @@ -110,7 +110,7 @@ exclude = [ # * "functions": # # default: [] -item_types = ["structs","opaque","functions"] +item_types = ["enums","structs","opaque","functions"] # Whether applying rules in export.rename prevents export.prefix from applying. #