]> git.ipfire.org Git - thirdparty/suricata.git/commit
lua: move lua includes to util-lua.h
authorJason Ish <jason.ish@oisf.net>
Wed, 22 Sep 2021 01:54:03 +0000 (19:54 -0600)
committerJason Ish <jason.ish@oisf.net>
Wed, 22 Sep 2021 01:54:03 +0000 (19:54 -0600)
commit102f0c74ff0770d1418622d81745d7402b78c3a6
tree3c179990772bbc242260f2abaa3da82aada32574
parent42da0fb5c5c35b723e601d3636582155a9a5028a
lua: move lua includes to util-lua.h

Moves Lua includes to util-lua.h instead of suricata-common
so plugins (or library users) don't need to be aware of the
Lua that Suricata was built with. Instead only source files
that need to be Lua aware can include util-lua.h.
src/detect-lua.h
src/rust.h
src/suricata-common.h
src/util-lua.h