diff options
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 */ |