mirror of https://github.com/OISF/suricata
rust/ffi: move STREAM_ constants to ffi crate
Ticket: 7666 reexport them in suricata crate cbindgen them to Cpull/15112/head
parent
61c667400b
commit
267c3baff7
@ -0,0 +1,20 @@
|
||||
language = "C"
|
||||
|
||||
include_guard = "__RUST_FFI_GEN_H_"
|
||||
autogen_warning = "/* DO NOT EDIT This file is autogenerated by cbindgen. Don't modify this manually. */"
|
||||
include_version = true
|
||||
no_includes = true
|
||||
includes = ["stdint.h", "stdbool.h"]
|
||||
|
||||
line_length = 80
|
||||
tab_width = 4
|
||||
documentation_style = "doxy"
|
||||
|
||||
|
||||
[export]
|
||||
exclude = [
|
||||
"IPPROTO_TCP",
|
||||
"IPPROTO_UDP",
|
||||
]
|
||||
|
||||
item_types = ["constants"]
|
||||
Loading…
Reference in New Issue