src/lua_objs.h
changeset 106 f00661136ac2
parent 105 b6b183fbf373
child 116 92e71129074d
equal deleted inserted replaced
105:b6b183fbf373 106:f00661136ac2
     9 #include "nexus_lua.h"
     9 #include "nexus_lua.h"
    10 
    10 
    11 /**
    11 /**
    12  * Registers our lua runtime objects into the given lua state
    12  * Registers our lua runtime objects into the given lua state
    13  */
    13  */
    14 err_t lua_objs_init (struct nexus_lua *lua);
    14 err_t lua_objs_init (struct nexus_lua *lua, struct error_info *err);
    15 
    15 
    16 #endif /* LUA_OBJS_H */
    16 #endif /* LUA_OBJS_H */