Rename callistoopen_* functions to luaopen_*
This commit is contained in:
parent
6918a0de04
commit
941722cb01
11 changed files with 27 additions and 27 deletions
2
lextra.c
2
lextra.c
|
@ -61,7 +61,7 @@ static const luaL_Reg extlib[] = {
|
|||
};
|
||||
|
||||
int
|
||||
callistoopen_extra(lua_State *L)
|
||||
luaopen_extra(lua_State *L)
|
||||
{
|
||||
newoverride(L, extlib, CALLISTO_EXTLIBNAME);
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue