diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-06-17 04:04:55 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-06-17 04:04:55 +0000 |
commit | 4d455c6206747ca65b14d65f75d34e16450d352b (patch) | |
tree | 4607fc690526e4d227e5c5148025ffa9ba879843 /src/luasocket.h | |
parent | 65c35845c54c7f84b1cf5b0e3d4c7bbdaf1014e3 (diff) | |
download | luasocket-4d455c6206747ca65b14d65f75d34e16450d352b.tar.gz luasocket-4d455c6206747ca65b14d65f75d34e16450d352b.tar.bz2 luasocket-4d455c6206747ca65b14d65f75d34e16450d352b.zip |
Using core.so instead of csocket.so and cmime.so.
Diffstat (limited to 'src/luasocket.h')
-rw-r--r-- | src/luasocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luasocket.h b/src/luasocket.h index 768e335..34a7693 100644 --- a/src/luasocket.h +++ b/src/luasocket.h | |||
@@ -27,6 +27,6 @@ | |||
27 | /*-------------------------------------------------------------------------*\ | 27 | /*-------------------------------------------------------------------------*\ |
28 | * Initializes the library. | 28 | * Initializes the library. |
29 | \*-------------------------------------------------------------------------*/ | 29 | \*-------------------------------------------------------------------------*/ |
30 | LUASOCKET_API int luaopen_csocket(lua_State *L); | 30 | LUASOCKET_API int luaopen_socketcore(lua_State *L); |
31 | 31 | ||
32 | #endif /* LUASOCKET_H */ | 32 | #endif /* LUASOCKET_H */ |