diff options
Diffstat (limited to 'src/luasocket.h')
-rw-r--r-- | src/luasocket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luasocket.h b/src/luasocket.h index 716b7ff..6d30605 100644 --- a/src/luasocket.h +++ b/src/luasocket.h | |||
@@ -25,6 +25,7 @@ | |||
25 | /*-------------------------------------------------------------------------*\ | 25 | /*-------------------------------------------------------------------------*\ |
26 | * Initializes the library. | 26 | * Initializes the library. |
27 | \*-------------------------------------------------------------------------*/ | 27 | \*-------------------------------------------------------------------------*/ |
28 | #define LUASOCKET_LIBNAME "socket" | ||
28 | LUASOCKET_API int luaopen_socket(lua_State *L); | 29 | LUASOCKET_API int luaopen_socket(lua_State *L); |
29 | 30 | ||
30 | #endif /* LUASOCKET_H */ | 31 | #endif /* LUASOCKET_H */ |