]> git.ipfire.org Git - people/ms/suricata.git/commit
rust: include file cleanup
authorJason Ish <jason.ish@oisf.net>
Tue, 22 Dec 2020 16:40:18 +0000 (10:40 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 12 Jan 2021 17:29:13 +0000 (18:29 +0100)
commitf77fd0c0cb5e8c86d8351b10432ffa0f185b22e6
tree66e951c4fe6746bc3592708a06e873633adfa6c6
parent47dd9a5ebc26dac25b63b5ca37062e7a63cd5335
rust: include file cleanup

The cbindgen generated header should not include rust.h as
rust.h already includes the generated binding.

Fixup C source code that only pulled the generated include, it
should instead pull in "rust.h" which includes the generated
binding plus other misc. stuff.
rust/cbindgen.toml
src/detect-mqtt-connack-sessionpresent.c
src/detect-mqtt-connect-flags.c
src/detect-mqtt-flags.c
src/detect-mqtt-protocol-version.c
src/detect-mqtt-qos.c
src/detect-mqtt-reason-code.c
src/detect-mqtt-type.c
src/detect-rfb-secresult.c