struct: move void_array definition to luaa
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
6fe35b1387
commit
a415926b78
2
luaa.c
2
luaa.c
|
@ -70,6 +70,8 @@ extern const struct luaL_reg awesome_wibox_meta[];
|
||||||
extern const struct luaL_reg awesome_key_methods[];
|
extern const struct luaL_reg awesome_key_methods[];
|
||||||
extern const struct luaL_reg awesome_key_meta[];
|
extern const struct luaL_reg awesome_key_meta[];
|
||||||
|
|
||||||
|
DO_ARRAY(const void *, void, DO_NOTHING)
|
||||||
|
|
||||||
/** Quit awesome.
|
/** Quit awesome.
|
||||||
* \param L The Lua VM state.
|
* \param L The Lua VM state.
|
||||||
* \return The number of elements pushed on stack.
|
* \return The number of elements pushed on stack.
|
||||||
|
|
Loading…
Reference in New Issue