Rename callistoopen_* functions to luaopen_*

This commit is contained in:
Jeremy Baxter 2023-07-08 18:35:59 +12:00
parent 6918a0de04
commit 941722cb01
11 changed files with 27 additions and 27 deletions

2
lcl.c
View file

@ -291,7 +291,7 @@ static const luaL_Reg cllib[] = {
};
int
callistoopen_cl(lua_State *L)
luaopen_cl(lua_State *L)
{
luaL_newlib(L, cllib);
return 0;