Lua plugin: Terminate array with sentinel
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 14 Aug 2016 13:08:40 +0000 (15:08 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 14 Aug 2016 13:08:40 +0000 (15:08 +0200)
commite61b8a91ed7c21e01ff40006837d319eaeef24ab
tree02d2d96a1e3b4465e15e09d3c7cba626ae59b1d9
parent2001c7291acc74680e008a32de7da0cf35ff981c
Lua plugin: Terminate array with sentinel

From the API docs:
Any array of luaL_Reg must end with a sentinel entry in which both name
and func are NULL.
src/lua.c