aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/lua_bitop.h
AgeCommit message (Collapse)AuthorFilesLines
2018-03-09spdx: more licenses converted.Dario Lombardo1-19/+1
Change-Id: I8f6693108c43959e54911d35b4fbf730c59add60 Reviewed-on: https://code.wireshark.org/review/26361 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-01-13In a source file that defines external functions, the header file thatGuy Harris1-0/+34
declares the functions must be included, in order to make sure the declarations match the function signature. Make it so - which means creating the header file in the first place. That means luaopen_bit() doesn't need to, and shouldn't be, declared in wslua.h. Have make-reg.pl generate a #include of lua_bitop.h. Also fix the "this is autogenerated" warning. svn path=/trunk/; revision=54725