[Tarantool-patches] [PATCH 2.X 4/7] module api: luaL_register_module & luaL_register_type

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Wed Sep 30 02:21:17 MSK 2020


>>> diff --git a/src/lua/utils.h b/src/lua/utils.h
>>> index 7639cd64a..9b1fe7e57 100644
>>> --- a/src/lua/utils.h
>>> +++ b/src/lua/utils.h
>>> @@ -78,6 +78,8 @@ luaL_pushuuid(struct lua_State *L);
>>>  
>>>  /** \cond public */
>>>  
>>> +struct luaL_Reg;
>>
>> 1. It does not seem to be public. How are users supposed to work with that?
>> Igor, could you please take a look at this?
> 
> It's public[1] and is provided by <lauxlib.h> Lua standard header as
> Sasha already mentioned it in the thread.

Thanks, didn't know that.


More information about the Tarantool-patches mailing list