]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust: export enums definition to C
authorPhilippe Antoine <contact@catenacyber.fr>
Thu, 5 Mar 2020 14:10:06 +0000 (15:10 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 22 May 2020 06:40:01 +0000 (08:40 +0200)
rust/cbindgen.toml

index 7a95a451052f23309a2aca8dbc53c80dcbb3292f..ce8471d9b167f9cd41b1a6da6daeb5b0a0080b8b 100644 (file)
@@ -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.
 #