Rename callistoopen_* functions to luaopen_*
This commit is contained in:
parent
6918a0de04
commit
941722cb01
11 changed files with 27 additions and 27 deletions
|
@ -17,7 +17,7 @@
|
|||
int luaopen_socket_core(lua_State *L);
|
||||
|
||||
int
|
||||
callistoopen_socket(lua_State *L)
|
||||
luaopen_socket(lua_State *L)
|
||||
{
|
||||
luaopen_socket_core(L);
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue