mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-18 14:59:51 +02:00
Using core.so instead of csocket.so and cmime.so.
This commit is contained in:
@ -108,7 +108,7 @@ static int base_open(lua_State *L) {
|
||||
/*-------------------------------------------------------------------------*\
|
||||
* Initializes all library modules.
|
||||
\*-------------------------------------------------------------------------*/
|
||||
LUASOCKET_API int luaopen_csocket(lua_State *L) {
|
||||
LUASOCKET_API int luaopen_socketcore(lua_State *L) {
|
||||
int i;
|
||||
base_open(L);
|
||||
for (i = 0; mod[i].name; i++) mod[i].func(L);
|
||||
|
Reference in New Issue
Block a user